A Simple weather webapp created with javascript
This app is created by using the darksky api. However you can extend it as per your choice
A Simple Webapp Created with Javascript to take the user longitude and lattitude and pass that info to api and get the temperature.
The Icons are used from Skycons
Github Page of SkyCons: https://github.com/darkskyapp/skycons.
Please Feel free To Extend This Webapp
Open The code editor and change the api key of app.js file to your own.
For Live server remove the proxy From line 19&20 and replace it with
const api = https://api.darksky.net/forecast/${apikey}/${lat},${long}
;