An open API service indexing awesome lists of open source software.

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.

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
![](https://github.com/BenjaminSemah/pretty-weather/blob/dev/prettyweather.gif)

## 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!