Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 529 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 529 Bytes

PROBOT Test

Getting Started

expalin

  • GET /api/v1/countries/:contint - continent need to be [africa,americas,asia,europe,oceania] // defult americas
  • GET /api/v1/weather/ need to run before 1 to get all city or /api/v1/weather/:city for city
  • POST /api/v1/filter/ need to run before 1 (the json body like your doc)

Installing

i am using yarn but you can install via npm

clone or download the git
yarn install 
yarn start // for dev with nodemon and bable-node 
yarn build and yarn serve