This is a simple API wrapper for Xdio.
- CBF (Radio-Canada) — completed
- CBC — pending
- QUB — pending
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();
// ...
cp .env.example .env
npm run test
- Migrate to
axios
instead of usingfetch
. - Documentation.
...
...
...
...