Initial AS213905 SDK release

This commit is contained in:
AS213905 Engineering
2026-08-14 11:06:03 +00:00
commit ff4aa1b64e
29 changed files with 3313 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# JavaScript / TypeScript SDK
```bash
npm install git+https://git.datacoria.com/Phylex/as213905-sdk.git#javascript
```
```js
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.