Skip to content

Latest commit

 

History

History
81 lines (61 loc) · 2.79 KB

README.md

File metadata and controls

81 lines (61 loc) · 2.79 KB

hire-badgeTwitter Follow

Weather App

Weather App [Project by Microverse] (Created by Sayyod Saidov)

About the Project

The project is intended to get weather data of which city user wants by using API. To get the API, please visit OpenWeatherMap and signup/in.

Table of Contents

Built With

Getting Started

To get started, you should first get this repo in your local machine by downloading this project or typing: git clone https://github.com/MrSayyod/Weather-app.git

Prerequisites

  • Browser (preferably: Google Chrome)
  • Text editor (preferably: VSCode, Atom, Sublime)
  • Command line

Setup

  1. Clone the project into your local machine using git clone command or download the zip file.
  2. Go into the project directory using cd directory name command.
  3. Run npm install.
  4. Open index.html file via your default browser.
  5. Run npx webpack --watch.
  6. Type the city name you want to see weather data.

Author

👨‍💻 Sayyod Saidov

Contributing

🤝 Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Show your support

Give a 🌟 if you like this project!

License

This project is MIT licensed.

Acknowledgements