https://github.com/benjaminsemah/pretty-weather
This app offers users a quick way to check the current temperature and humidity of any location in the world. This project proved a good means to practice working with external APIs.
https://github.com/benjaminsemah/pretty-weather
css html javascript webpack
Last synced: 5 months ago
JSON representation
This app offers users a quick way to check the current temperature and humidity of any location in the world. This project proved a good means to practice working with external APIs.
- Host: GitHub
- URL: https://github.com/benjaminsemah/pretty-weather
- Owner: BenjaminSemah
- Created: 2022-02-04T09:34:52.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-03-14T17:08:42.000Z (over 4 years ago)
- Last Synced: 2025-07-14T23:40:44.554Z (12 months ago)
- Topics: css, html, javascript, webpack
- Language: JavaScript
- Homepage: https://prettyweather.netlify.app/
- Size: 12.2 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pretty Weather App
> This app offers users a quick way to check weather data for any location in the world.
> The specific data provided by the app includes the city/town and country as well as the current temperature and humidity of the location typed in by the user.
## App Screenshot

## Live Demo
[Live Demo Link](https://prettyweather.netlify.app/)
## Built With
- HTML
- CSS
- JavaScript
- Webpack
### To get a local copy, run the following steps:
- Clone the repository with `git@github.com:BenjaminSemah/pretty-weather.git`
- Navigate to the folder `cd pretty-weather`
- Open the project with your code editor
- Run `npm install` to install all dependencies
- Run `npm start` and go to `http://localhost:8080//` to launch the server.
## Author
👤 **Benjamin Semah**
- GitHub: [Benjamin Semah](https://github.com/BenjaminSemah)
- Twitter: [Benjamin Semah](https://twitter.com/BenjaminSemah)
- LinkedIn: [Benjamin Semah](https://www.linkedin.com/in/benjaminsemah/)
## Acknowledgment
To the [weatherapi.com](https://www.weatherapi.com/) website for the Weather API.
## Show your support
Give a ⭐️ if you like this project!