Eduardo-html / API_adote_um_robo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADOTE UM ROBO
API

  • API made to scrappe news from diferent sectors of the market (GET method only)

Want to test it?
click here


  • URL

ROOT

# https://adoteumrobo-api.herokuapp.com

PATHS

# /automobilismo
# /educacao
# /financeiro
# /imobiliario
# /logistica
# /oleo_gas
# /saude
# /varejo
  • SUCCESS RESPONSE

Status Code 200

Response Content

{
  newslist: Array,
  id: String,
  sector: String,
  site: String,
  date: String ( Weekday, Day 'of' month_name 'of' Year),
  _v: Number
}
  • FETCH EXAMPLE

fetch('https://adoteumrobo-api.herokuapp.com/logistica')
  .then( response => response.json() )
  .then( parsedResponse => console.log( parsedResponse ) )

Made By





About

License:MIT License


Languages

Language:JavaScript 100.0%