Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:34:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T12:45:43.231Z (3 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
[![Build Status](https://img.shields.io/travis/com/ssd71/jojs?style=flat-square)](https://travis-ci.org/ssd71/jojs)
![npm](https://img.shields.io/npm/v/jojs?style=flat-square)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.