api.ht
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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()

Package Sidebar

Install

npm i api.ht

Homepage

api.ht

Weekly Downloads

5

Version

0.0.2

License

MIT

Unpacked Size

4.1 kB

Total Files

8

Last publish

Collaborators

  • api-ht