A simple weather forecast page using Angular 1.5 and ES6
$ git clone git@github.com:simonetto/forecast.git
$ npm install
$ npm run serve
$ npm run test
$ npm run build
- Add icons
- Improve the CSS to better handle different screen resolutions
- Improve the CSS with no hardcoded colors, etc
- Improve tests coverage
- Clean the project to removed unused dependencies
- Use an endpoint so the user is able to pick cities from all over the World
- Add a chart to make the data more readable to the user
- Add a map to let the user easily pick the city