Skip to content

saefulbarkah/anime-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anime API

This API generate data on Otakudesu website with method web scraping.

Features

  • Ongoing anime
  • Show detail anime
  • Genre lists
  • Release schedule
  • Search anime
  • Complete anime
  • Anime lists
  • Show episode details

Tech stack & Library

  • ExpressJS
  • Typescript
  • CheerioJS

Running on local server

  1. run npm install
  2. Create a new file .env in root directory project
  3. copy and paste line code on below into .env
BASE_URL= <domain>
PORT=4000
HOST=http://localhost
  1. now you can run this project with command :
npm run dev

DEMO