Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belsman/weather-report-app
A simple client web application that fetches weather data about a specified location/region/country using the http://api.openweathermap.org/ API. Built with JavaScript, CSS, HTML.
https://github.com/belsman/weather-report-app
Last synced: 19 days ago
JSON representation
A simple client web application that fetches weather data about a specified location/region/country using the http://api.openweathermap.org/ API. Built with JavaScript, CSS, HTML.
- Host: GitHub
- URL: https://github.com/belsman/weather-report-app
- Owner: belsman
- Created: 2020-12-17T10:53:52.000Z (almost 4 years ago)
- Default Branch: development
- Last Pushed: 2020-12-18T12:49:46.000Z (almost 4 years ago)
- Last Synced: 2023-02-26T07:37:35.405Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 108 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Project: Weather-Report-App
> A Front-end web application that fetches the current weather data about a specified location/region/country using the http://api.openweathermap.org/ API.
![screenshot](./image/screenshot.png)
## Live demo
🔗 [visit the page](https://confident-morse-0fa377.netlify.app/)
## Built With
- Javascript (ES6)
- HTML / CSS
- Font awesome icons
- Webpack## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
In order for ```Weather-Report-App``` to work locally on your machine, you need these installations:
- Nodejs and npm
- Web Browser### Install
1) Open the Terminal
2) Run```sh
git clone https://github.com/belsman/Restaurant-Page.git
```or, for SSH:
```sh
git clone [email protected]:belsman/Restaurant-Page.git
```3) Run ```cd Weather-Report-App``` to enter the main directory
4) Run ```npm install```
5) Run ```npm run build```
6) Run ```cd dist/```
8) Open the ```index.html``` in your browser
9) Search for weather data in any region/city/country of choice
`## Author
👤 **Bello Babakolo**
- Github: [@belsman](https://github.com/belsman)
- Twitter: [@d_belsman](https://twitter.com/d_belsman)
- Linkdin: [Bello Babakolo](https://www.linkedin.com/in/bello-babakolo-b23b17145/)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse for showing the way for this project to happen