1.0.3 • Published 11 months ago

xdio-api-js v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Xdio JS library

This is a simple API wrapper for Xdio.

Supported radios

  • CBF (Radio-Canada) — completed
  • CBC — pending
  • QUB — pending

Install

npm install xdio-api-js

Here is how you can import and use it now.

import api from 'xdio-api-js';

const data = await api.getStats();

// ...

Tests

cp .env.example .env
npm run test

Todo

  • Migrate to axios instead of using fetch.
  • Documentation.

Documentation

...

Contributing

...

Links

...

Sponsors

...

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago