/myWeather-App

This is a web app which uses the openweatherApi to display the weather of any city entered by user.

Primary LanguageHTML

myWeather-App

Netlify Status

This is a web app built using vanilla javascript that utilizes the OpenWeather API to retrieve weather data from various cities in the world.

App screenshot

Project setup

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Requirements

OpenWeather API Key

You need an API Key for the project to work. To get one go to OpenWeather, sign up and head to the api section to generate an api.

Set Up

After cloning this project to your system all you need to do is create a JS file in the same folder by the name of config.js and put your api key in that file as:

 var config = {
	API_KEY: 'YOUR_API_KEY'
	}

Built With

Authors

  • Tanmay Sharma - tanmay ✌️

License

This project is licensed under the MIT License - see the LICENSE file for details