Skip to content

cliftondavies/Whetha

Repository files navigation

Netlify Status

Whetha

A weather web app that displays the current weather for a given location, using the OpenWeatherMap API.

screenshot

MVP Functionality

  • 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

📺 Media

Live Demo Link

🧰 Tools & Technologies Used

Built with

  • HTML5
  • CSS3
  • JavaScript ES6
  • webpack 5

🚀 Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Install Node.js with npm

Install webpack

Set up

Clone repo into your local environment:

Clone with SSH

git clone [email protected]: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

Local Usage

In console

Start webpack:

npm run watch

In Browser

Visit http://localhost:3000/.

Author

👤 Clifton Davies

🤝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgements

📝 Copyright & License

Copyright (c) 2020 Clifton Davies. This project is licensed under MIT. See LICENSE file for details.