mangamojo / animecrawlerapi

Simple apis that extract data using cheerio, developed for learning purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anime Crawler API

This project consists of the realization of APIS that extracts data from anime websites. Here you will be able to obtain results of your new releases, recent episodes, all of your animes, all of your films, the search for animes by genre as well as the details of the anime and the viewing of the anime through the available servers.

Table of Content

Warning

  • This project was developed with the intention of dealing with data extraction and creation of api and only for learning purposes.

Dependencies

  • apicache
  • express
  • cheerio
  • nodemon
  • request
  • xmlhttprequest

Installation

# Clone this repository
$ git clone https://github.com/jozdev/animecrawlerapi.git

# Go into the repository
$ cd repository_name

# Install dependencies
$ npm install

# Run the app
$ node server.js

Bugs

I appreciate any bug reported or improvement made!

Contributors


jozdev

💻

License

MIT

CopyRight © jozdev 2020

About

Simple apis that extract data using cheerio, developed for learning purposes.

License:MIT License


Languages

Language:JavaScript 100.0%