415 B
415 B
JavaScript / TypeScript SDK
git clone https://git.datacoria.com/Phylex/as213905-sdk.git
npm install ./as213905-sdk/javascript
import {AS213905} from '@as213905/sdk';
const client = new AS213905({apiKey: process.env.AS213905_API_KEY});
console.log(await client.traffic({days: 7}));
The package has no dependencies, works in Node 18+ and modern browsers, and ships TypeScript declarations.