Basic app to fetch temperature for current day. Batteries included.
- Node.js
- NPM
- Yarn
- Gulp (DEV)
- Run
yarn install && yarn test - Configure values in config files.
- Run
yarn startfor production orgulpfor development - Request page
http://localhost:3000/weather?email=yourmail%40example.comm&city=LoNDoN
Search for TODO in code.