https://github.com/ssd71/jojs
An AniDB API written in TypeScript
https://github.com/ssd71/jojs
anidb anime sockets typescript udp-socket
Last synced: about 1 month ago
JSON representation
An AniDB API written in TypeScript
- Host: GitHub
- URL: https://github.com/ssd71/jojs
- Owner: ssd71
- License: mit
- Created: 2019-09-01T15:01:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:34:20.000Z (over 2 years ago)
- Last Synced: 2024-10-04T12:45:43.231Z (8 months ago)
- Topics: anidb, anime, sockets, typescript, udp-socket
- Language: TypeScript
- Homepage:
- Size: 356 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JoJS
[](https://travis-ci.org/ssd71/jojs)
JoJS is a library to make requests to the AniDB API.
Read the docs [here](https://github.com/ssd71/jojs/blob/master/docs/globals.md)
To contribute:
- Fork and Clone
- Edit code
- `npm run test`
- `npm run build`Note that for any new functionality, tests must be written.