DevUpAcademy / minhaserieapi

Webscrapping/API Minha Serie

Home Page:https://minhaserieapi.herokuapp.com/search/vikings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minha Serie | API

N|DevUpAcademy

Está é uma API não oficial, desenvolvida para testes de extração de series resultantes do Minha Series.

Instalação

Clone o repo, instale as dependencias e inicie o server.

$ git clone https://github.com/DevUpAcademy/minhaserieapi.git
$ cd minhaserieapi
$ npm install
$ npm run dev

Acesse então no navegador por exemplo:

localhost:3000/search/vikings

Retornará como resultado:

"results": [
    {
      "title": "Vikings",
      "category": "Ação/Aventura",
      "thumb": "https://assets2.minhaserie.com.br/images/highlights/000/017/148/thumb_740.jpg",
      "name": "740-vikings",
      "link": "https://www.minhaserie.com.br/serie/740-vikings",
      "stars": 5,
      "stars-width": "100%",
      "visits": "402810"
    },
    {
      "title": "The Last Kingdom",
      "category": "Ação/Aventura, Drama",
      "thumb": "https://assets3.minhaserie.com.br/images/highlights/000/024/564/thumb_1156.jpg",
      "name": "1156-the-last-kingdom",
      "link": "https://www.minhaserie.com.br/serie/1156-the-last-kingdom",
      "stars": 5,
      "stars-width": "100%",
      "visits": "25355"
    }
  ],
"count": 2

Rotas

Estas são as rotas da API

About

Webscrapping/API Minha Serie

https://minhaserieapi.herokuapp.com/search/vikings


Languages

Language:JavaScript 99.0%Language:HTML 1.0%