https://github.com/valiantlynx/anime-site-api
This is the api used by https://github.com/valiantlynx/anime-site. This api is based on gogoanime An Anime Streaming web api to give you a better experience for your web app.
https://github.com/valiantlynx/anime-site-api
Last synced: 5 months ago
JSON representation
This is the api used by https://github.com/valiantlynx/anime-site. This api is based on gogoanime An Anime Streaming web api to give you a better experience for your web app.
- Host: GitHub
- URL: https://github.com/valiantlynx/anime-site-api
- Owner: valiantlynx
- Created: 2023-01-04T19:58:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T00:26:02.000Z (about 1 year ago)
- Last Synced: 2024-12-29T14:36:03.882Z (5 months ago)
- Language: JavaScript
- Homepage: https://animevariant.com
- Size: 31.2 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anime Web Api with Express .
This api is based on [gogoanime](https://www18.gogoanime.io/)
An Anime Streaming web api to give you a better experience for your web app.## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Installing
Clone the Repository and run
```
npm install
node api
```## Built With
- [Express](https://expressjs.com/)
- [Cheerio](https://cheerio.js.org/)### adding new projects with their own git history
```sh
git subtree add --prefix=apps/anime-site-api https://github.com/valiantlynx/anime-site-api.git master --squash
git subtree pull --prefix=apps/anime-site-api https://github.com/valiantlynx/anime-site-api.git master --squash
git subtree push --prefix=apps/anime-site-api https://github.com/valiantlynx/anime-site-api.git master```