- About
- Features
- Live demo
- Built with
- Getting started
- Authors
- Contributing
- Show your support
- Acknowledgements
- License
A weather app to display the weather information using openweather API data with JavaScript.
The features of this project are:
- Users can search for the city and get the weather information
- users can toggle the temperature between Celsius and Fahrenheit.
- Users toggle state, will be saved in local storage for future reference of temperature state.
This project is hosted on netlify.
- HTML
- CSS
- JavaScript
Follow along the steps below to get a copy at your local machine.
- Navigate to the directory where you want this project to clone and then clone it
git clone https://github.com/dipbazz/weather-app.git
- Navigate to the
weather-app
directory - Install the npm package with
npm install
- Start the server with
npm run start
- The site should automatically open on your browser at http://localhost:8080/ if it didn't, then open your browser with that link.
👤 Dipesh Bajgain
- GitHub: @dipbazz
- Twitter: @dipbazz
- LinkedIn: Dipesh Bajgain
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
- Background images for weather is from unsplash
- Icons used from iconify.design
- weather api is used from openweather
- this article was a really helpful to calculate the wind direction from deg to string value.
- thanks to Rem Tsoy for the wonderful weather app design
This project is MIT licensed.