Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 616 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 616 Bytes

Yet Another API for Anime and Stuff

YAAAS provides a way to access information about entertainments such as Anime, Manga, etc.

Installation

Local

You can run the following commands to clone the repository and install the dependencies

git clone https://github.com/Aerysh/yaaas
cd yaaas
pnpm install

Now you can run the server

pnpm start

Documentation

After running the server, you can access the documentation at http://IP:PORT/documentation

Contributing

All Pull Requests are welcome. If you found any bugs or want to add new features, please open an issue first.