Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoannchb-pro/getanime
Get any anime json file with description, images, embed videos...
https://github.com/yoannchb-pro/getanime
anime anime-vostfr free getanime neko sama streaming video
Last synced: 10 days ago
JSON representation
Get any anime json file with description, images, embed videos...
- Host: GitHub
- URL: https://github.com/yoannchb-pro/getanime
- Owner: yoannchb-pro
- License: mit
- Created: 2021-03-24T10:36:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-15T00:28:38.000Z (almost 3 years ago)
- Last Synced: 2024-10-24T22:13:18.150Z (about 2 months ago)
- Topics: anime, anime-vostfr, free, getanime, neko, sama, streaming, video
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getanime.js v1.0.0
Get any anime informations with embed video, trailer, images, synopsys ...## Installation
```
npm install
```
OR try
```
npm i anime-vostfr
npm i dom-parser
npm i cloudscraper
npm i request
npm i request-promise-core
```
## How to use ?
---
USAGE (anime will be generated in the data directory of the project):
- node getanime.js "hunter x hunter" - to get the anime json file in structured mode
- node getanime.js "hunter x hunter" false - to get the anime json file in not structured mode (minimified file)## Example
## Lib
To get anime datas we use anime-vostfr api
- https://www.npmjs.com/package/anime-vostfr
- https://github.com/yoannchb-pro/anime-vostfr