This is a simple API wrapper for Xdio.
- CBF (Radio-Canada) — completed
- CBC — pending
- QUB — pending
npm install xdio-api-jsHere 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
axiosinstead of usingfetch. - Documentation.
...
...
...
...