This is the source code for the app prototype available here.
npm install
Register with OpenWeatherMap and add the following to a file named .env
at the root directory of the project
API_KEY=<YOUR OPEN WEATHER API KEY>
# start local development server
npm start
# open in your browser
http://localhost:3000/
npm test
npm build
Generates bundle in public directory
Add environment variable NODE_ENV=production
and run
node server.js
- Complete test coverage
- Implement responsive layout
- Custom weather icons / Map API icon codes
- Store selected location locally
- Create today forecast view
- Allow for multiple stored locations
Copyright (c) 2017 Rod Melo
GPL-3.0 (https://opensource.org/licenses/GPL-3.0)