A Weather app built with Open Weather Map API.
It gives 🌞⛅ current weather 🌥 information based on your location 🌤.
Repo Link - https://shruti49.github.io/Weather-App/
First clone the project
https://github.com/shruti49/Weather-App.gitThen install the node_modules
yarnOr
npm installFinally you can start dev environment
yarn startOr
npm run startThis project requires you to have node installed in your machine.