Coder Social home page Coder Social logo

manga-api's Introduction

[DEPRECATED]

Manga API

API Manga bahasa Indonesia

Usage

  1. Clone this repository

    git clone https://github.com/letha11/manga-api.git
  2. Install dependecies

    yarn
    # OR
    npm install
  3. Start the development environment (*if you haven't installed nodemon globally, you can do npm install -g nodemon

    npm run dev
    # OR
    npm run start
  4. visit http://localhost:5000/api

Documentation

API PATH = https://mangaoi.herokuapp.com/api/

All Manga

Get All Manga

manga/filter/[pageNumber]

example : https://mangaoi.herokuapp.com/api/manga/filter/1

Search

manga/search/1?search=the%20beginning%20after%20the%20end

example : https://mangaoi.herokuapp.com/api/manga/search/1?search=the%20beginning%20after%20the%20end

Genres

genres/

example : https://mangaoi.herokuapp.com/api/genres/

you can see the value of genre, type, order, status. you can use it like this :

manga/filter/[pageNumber]?genre=[genreValue]&type=[typeValue]&order=[orderValue]&status=[statusValue]

example : https://mangaoi.herokuapp.com/api/manga/filter/1?genre=9&type=manhwa&order=popular&status=ongoing

that example above is going to search manga that have genre of action AND comic type is manhwa AND order by popularity AND status is ongoing

Manga Detail

manga/detail/[endpoint]

example : https://mangaoi.herokuapp.com/api/manga/detail/god-of-blackfield

Chapter

ch/[endpoint]

example : https://mangaoi.herokuapp.com/api/ch/god-of-blackfield-chapter-57-bahasa-indonesia/

manga-api's People

Contributors

letha11 avatar

Stargazers

Patria Anggara avatar zhrlPark avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.