Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpdf00/weather-app
This is a Weather App built with JavaScript. It fetches weather information from the openweather API based on a provided location and displays that information.
https://github.com/jpdf00/weather-app
Last synced: about 16 hours ago
JSON representation
This is a Weather App built with JavaScript. It fetches weather information from the openweather API based on a provided location and displays that information.
- Host: GitHub
- URL: https://github.com/jpdf00/weather-app
- Owner: jpdf00
- License: mit
- Created: 2021-04-28T19:23:40.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-09-08T17:02:22.000Z (over 3 years ago)
- Last Synced: 2024-12-07T15:42:43.736Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://jpdf00.github.io/weather-app/
- Size: 47.7 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Weather APP
> A small app that shows weather information for your location.
![screenshot](./assets/img/app_screenshot.png)
The APP has a form field where the user can input their location and click on the button to search for weather information about the chosen location.
The user can chose the units for temperature.
The APP displays a GIF animation based on the current weather information;
The APP is responsive.## Built With
- Major languages: HTML, CSS, and Javascript
- Frameworks: Bootstrap
- Technologies: Webpacker## Live Demo
[Weather APP](https://jpdf00.github.io/weather-app/)
## Getting Started*
To get a local copy up and running follow these simple example steps.
### Setup
- On the top of this repo click on the button named "Clone"
- Copy the HTTP URL or SSH.
- On the terminal type `git clone ` where is the value you copied on the previous step.or
- On the top of this repo click on the button named "Clone"
- Click on the button "Download zip".### Usage
- Open the `index.html` file inside the `dist` folder using your browser of choice.
## Authors
👤 **João Paulo Dias França**
- GitHub: [@jpdf00](https://github.com/jpdf00)
- Twitter: [@jpdf00](https://twitter.com/jpdf00)
- LinkedIn: [João Paulo Dias França](https://www.linkedin.com/in/jpdf00/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/jpdf00/weather-app/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Weather information fetched from [OpenWeather](https://openweathermap.org/).
- Animation fetched from [GIPHY](https://developers.giphy.com/).
- Thanks to [@AdfPizarro](https://github.com/AdfPizarro) and to [@luisvinicius09](https://github.com/luisvinicius09) for support and inspiration.## 📝 License
This project is [MIT](./LICENSE) licensed.