Weather forecast app is angular application which uses google charts for showing forecast.
Download the project and install the required packages and run the application.
> npm install
> ng serve
Modify the index.html file by adding below code under head root
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>Create your appid on http://api.openweathermap.org and modify the environment file and your appid
MIT
Vijaykumar Thombre [ [email protected] ]