Skip to content

This is a simple API wrapper for Xdio.

Notifications You must be signed in to change notification settings

milhouse1337/xdio-api-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

...

About

This is a simple API wrapper for Xdio.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published