Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 410 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 410 Bytes

Weather REST App

Basic app to fetch temperature for current day. Batteries included.

Requirements

  • Node.js
  • NPM
  • Yarn
  • Gulp (DEV)

How to run

  • Run yarn install && yarn test
  • Configure values in config files.
  • Run yarn start for production or gulp for development
  • Request page http://localhost:3000/weather?email=yourmail%40example.comm&city=LoNDoN

Todo

Search for TODO in code.