https://github.com/guillainbisimwa/weather-app
A weather app that pulls from the OpenWeatherMap API to allow users to search for and view the forecast in cities worldwide. Built with JavaScript.
https://github.com/guillainbisimwa/weather-app
forecast javascript openweathermap-api weather
Last synced: 7 months ago
JSON representation
A weather app that pulls from the OpenWeatherMap API to allow users to search for and view the forecast in cities worldwide. Built with JavaScript.
- Host: GitHub
- URL: https://github.com/guillainbisimwa/weather-app
- Owner: guillainbisimwa
- License: mit
- Created: 2021-02-26T19:54:11.000Z (over 4 years ago)
- Default Branch: development
- Last Pushed: 2021-03-05T13:58:14.000Z (over 4 years ago)
- Last Synced: 2025-01-30T05:42:43.066Z (9 months ago)
- Topics: forecast, javascript, openweathermap-api, weather
- Language: JavaScript
- Homepage: http://gbisimwa.me/Weather-App/
- Size: 1.51 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Weather-App
> A weather app that pulls from the [OpenWeatherMap API](https://openweathermap.org/current) to allow users to search for and view the forecast in cities worldwide. Built with JavaScript.

Additional description about the project and its features.
## Built With
- HTML5
- CSS3
- Bootstrap5
- JavaScript
- Babel
- Webpack
- [OpenWeatherMap API](https://openweathermap.org/)## Live Demo
[Live Demo Link](http://gbisimwa.me/Weather-App/)
## Getting Started
In order to run locally this project type the following commands over the terminal in Linux or Mac or the Windows cmd console:
```s
$ git clone https://github.com/guillainbisimwa/Weather-App.git
$ cd Weather-App
$ npm install```
After running the previous commands, to see the web application in the browser go to the `Weather-App` folder and open the `index.html` file inside `dist` folder.
## Authors
👤 **Guillain Bisimwa**
- Github : [@guillainbisimwa](https://github.com/guillainbisimwa)
- Twitter : [@gullain_bisimwa](https://twitter.com/gullain_bisimwa)
- Linkedin : [guillain-bisimwa](https://www.linkedin.com/in/guillain-bisimwa-8a8b7a7b/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/guillainbisimwa/Weather-App/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](lic.url) licensed.