Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chez14/node-mal-api
MyAnimeList API v2 Client for Node.js
https://github.com/chez14/node-mal-api
api api-client myanimelist myanimelist-api nodejs
Last synced: 1 day ago
JSON representation
MyAnimeList API v2 Client for Node.js
- Host: GitHub
- URL: https://github.com/chez14/node-mal-api
- Owner: chez14
- License: mit
- Created: 2020-08-22T20:48:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T20:59:03.000Z (over 1 year ago)
- Last Synced: 2024-05-29T19:20:03.526Z (6 months ago)
- Topics: api, api-client, myanimelist, myanimelist-api, nodejs
- Language: TypeScript
- Homepage:
- Size: 1.12 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# MyAnimeList.net API Client for Node.js
This repo has several version (as a package) you can choose:
- [Lite version](packages/mal-api-lite/) of the API Client ([Docs](packages/mal-api-lite/), [NPM](https://www.npmjs.com/package/@chez14/mal-api-lite))
- ~~Strongly Typed version of the API Client~~ (planned)To see the API Documentation, please consult to:
- [MyAnimeList API Authorization Documentation](https://myanimelist.net/apiconfig/references/authorization)
- [MyAnimeList API beta Version 2 Documentation](https://myanimelist.net/apiconfig/references/api/v2)## Features
- Typescript supported
- V2 API Support
- Typecasting, if you're that kind of person (no we don't offer model just yet. They'll release v3 API quite soon)## License
[MIT](LICENSE).