A weather application with basic styling, built using JavaScript and the OpenWeatherMap.org's API. The visitor is able to input the name of the city and instantly get weather information for the provided location.
- JavaScript
- Webpack
- API
- HTML/CSS
To get a local copy of the repository please run the following commands on your terminal:
$ cd <folder>
$ git clone https://github.com/zilton7/weather-app.git
$ cd weather-app
$ npm install
$ npm run start
Free account for openweathermap.org
-
Create a free account!
-
Copy the API-key which you can find in your email or account.
-
Change the API in src/index.js on line 1.
-
To use the app simply enter the name of your city and click on search.
ZIL NORVILIS
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used.
- Inspiration
- etc