Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.