https://github.com/simandebvu/weather-app
A weather forecast site using Openweathermap API
https://github.com/simandebvu/weather-app
giphy-api openweathermap-api weather
Last synced: 10 months ago
JSON representation
A weather forecast site using Openweathermap API
- Host: GitHub
- URL: https://github.com/simandebvu/weather-app
- Owner: simandebvu
- Created: 2020-08-18T22:08:44.000Z (almost 6 years ago)
- Default Branch: development
- Last Pushed: 2020-08-20T14:00:01.000Z (almost 6 years ago)
- Last Synced: 2025-03-28T22:31:18.752Z (about 1 year ago)
- Topics: giphy-api, openweathermap-api, weather
- Language: JavaScript
- Homepage: https://simandebvu.github.io/weather-app/
- Size: 1.95 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Woogle
Weathers Own Google
Explore the docs »
Report Bug
·
Request Feature
> Woogle allows the user to search for a specific location by typing a city name in the search input. Initially the temperature will be displayed in Celsius degrees, and by clicking on the toggle button temperature it toggles between Celsius and Fahrenheit temperatures.
> If the city name does not exist or is misspelled the ES6 Promises will then catch the error and will inform the user about it.

## Built With
- Javascript
- Node
- Webpack
- Bootstrap
- VSCode
- ESLint
- Stylelint
- Github Actions
## Prerequisites
- Node ^10
- npm ^6
## Live Demo
[Live Demo Link](https://simandebvu.github.io/weather-app/)
## API
- This project makes API Calls to Open Weather API and Giphy.
## Running Locally
Clone the repo:
`git clone https://github.com/simandebvu/weather-app.git`
Inside the root folder of the project, install the node packages:
`npm install`
Go to the root folder and run the npm server script:
`npm run server`
## Authors
👤 **Shingirayi Mandebvu**
- Github: [@simandebvu](https://github.com/simandebvu)
- Twitter: [@simandebvu](https://twitter.com/simandebvu)
- Linkedin: [linkedin](https://linkedin.com/in/simandebvu)
## 🤝 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
## 📝 License
This project is [MIT](lic.url) licensed.