README
JoJS
JoJS is a library to make requests to the AniDB API.
Read the docs here
To contribute:
- Fork and Clone
- Edit code
npm run test
npm run build
Note that for any new functionality, tests must be written.
JoJS is a library to interact with the UDP API of AniDB
<script type="module">
import jojs from 'https://cdn.skypack.dev/jojs';
</script>
JoJS is a library to make requests to the AniDB API.
Read the docs here
To contribute:
npm run test
npm run build
Note that for any new functionality, tests must be written.