Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 2.39 KB

README.md

File metadata and controls

66 lines (48 loc) · 2.39 KB

WEATHER APP

screenshot

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.

FEATURES

  • 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

BUILT WITH

  • 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

PREREQUISITES

To comfortably use this project, prior knowledge of the following is ideal

  • HTML and CSS
  • JavaScript
  • ESlint
  • Bootstrap 4
  • Webpack
  • Local storage

SETUP

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.

AUTHOR

👤 Phemia

🤝 CONTRIBUTING

Contributions, issues and feature requests are welcome!

Feel free to check the issues page for issues and suggestions.

SHOW SUPPORT

Give a ⭐️ if you like this project!

ACKNOWLEDGEMENTS