The main purpose of this project is to create a weather app where users type in their cities, states and countries and the weather information of the location is returned to them. This is part of the Ordin projects from the microverse Javascript curriculum.
- A user enters a city
- Data in form of the weather, current temperature is returned to the user
- A user can change the metrics of the weather returned from Celcius to Fahrenheit and Fahrenheit to Celsius..
- An image of the city that the user checked for is returned in the background
- HTML and CSS
- JavaScript
- Open Weather API for returning the weather information of the different cities
- Flickr API for displaying the background pictures of different cities
To comfortably use this project, prior knowledge of the following is ideal
- HTML and CSS
- JavaScript
- ESlint
- Bootstrap 4
- Webpack
- Local storage
Run
$git clone https://github.com/ampaire/weather-app.git
to clone this project to your local machine and then we get started.
Next run
$npm install
to install all the libraries that were used for this project.
You can then run the project in the live server if you have it installed in your code editor or by simply running the index.html page in the browser.
👤 Phemia
Contributions, issues and feature requests are welcome!
Feel free to check the issues page for issues and suggestions.
Give a ⭐️ if you like this project!
- Ordin Lessons
- Open Weather API for returning the weather information of the different cities
- Flickr API for displaying the background pictures of different cities