A weather web app that displays the current weather for a given location, using the OpenWeatherMap API.
- Enable your current location
- Search for weather by city name
- Toggle between Celsius and Fahrenheit
- Toggle menu
- See a different background based on the location's weather
- HTML5
- CSS3
- JavaScript ES6
- webpack 5
To get a local copy up and running follow these simple example steps.
Install Node.js with npm
Install webpack
Clone repo into your local environment:
Clone with SSH
git clone git@github.com:cliftondavies/Weather-App.git
Clone with HTTPS
git clone https://github.com/cliftondavies/Weather-App.git
Open project directory
cd [your-directory-name]
Install packages:
npm install
Start webpack:
npm run watch
Visit http://localhost:3000/
.
👤 Clifton Davies
- Github: @githubhandle
- Twitter: @twitterhandle
- Linkedin: linkedin
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
Copyright (c) 2020 Clifton Davies. This project is licensed under MIT. See LICENSE file for details.