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 start
for production orgulp
for development - Request page
http://localhost:3000/weather?email=yourmail%40example.comm&city=LoNDoN
Search for TODO in code.