Skip to content

Latest commit

 

History

History
84 lines (55 loc) · 2.48 KB

README.md

File metadata and controls

84 lines (55 loc) · 2.48 KB

Weather app

Table of contents


About

A weather app to display the weather information using openweather API data with JavaScript.

Screenshot of homepage

Features

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.

Live Demo

This project is hosted on netlify.

Live demo link

Built With

  • HTML
  • CSS
  • JavaScript

Getting Started

Installation instructions

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.

Authors

👤 Dipesh Bajgain

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.