Animentify is an anime search engine that allows users to search for a particular anime and obtain well structured information regarding it. It is built using HTML, CSS and JavaScript. It uses Webpack as a module bundler and Babel to support the application across all browsers.
Animentify uses Jikan V4 API to fetch all information. Jikan is an open-source REST API for the most active online anime community "MyAnimeList". It parses the website to satisfy the need for an API.
https://api.jikan.moe/v4/anime/{id}| Parameter | Type | Description |
|---|---|---|
id |
integer |
ID of Anime to fetch (Same ID as MyAnimeList) |
-
Clone/Download this repository.
-
Open a terminal inside the project and run the following command. This will install all project dependencies.
npm install- Run the following command in the terminal for initializing the development server.
npm run start