api.ht
v0.0.2
Published
HyperText API SDK
Downloads
1
Readme
api.ht
This is the JavaScript SDK for the HyperText API (API.HT)
You can install this via NPM:
npm install api.ht
or
yarn add api.ht
This enables simple API consumption:
import { api } from 'api.ht'
const ipAddress = await api.ip('1.1.1.1')
const asn = await ipAddress.company()