Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eapenzacharias/weatherapp
The Weather App project uses Asynchronous Javascript for fetching the weather data from OpenWeatherMap.com using API and displaying on the App
https://github.com/eapenzacharias/weatherapp
css javascript rest-api weather webpack
Last synced: about 1 month ago
JSON representation
The Weather App project uses Asynchronous Javascript for fetching the weather data from OpenWeatherMap.com using API and displaying on the App
- Host: GitHub
- URL: https://github.com/eapenzacharias/weatherapp
- Owner: eapenzacharias
- License: mit
- Created: 2020-01-10T17:18:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T15:21:49.000Z (almost 2 years ago)
- Last Synced: 2024-11-30T16:36:21.556Z (about 1 month ago)
- Topics: css, javascript, rest-api, weather, webpack
- Language: JavaScript
- Homepage:
- Size: 1.26 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather App
The Weather App project uses Asynchronous Javascript for fetching the weather data from OpenWeatherMap.com using API and displaying on the App
### [LIVE DEMO](https://eapenzacharias.github.io/weatherapp/)
### Tools
* [Node](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
* [webpack](https://webpack.js.org/)
* Javascript
* CSS### APIs used
* [OpenWeatherMap Weather API](https://openweathermap.org/api): Weather data
* [Algolia Places API](https://community.algolia.com/places/): Autocomplete for city search
* [Unsplash Image API](https://unsplash.com/developers): Related background images## Author
* [Eapen Zacharias](https://github.com/eapenzacharias)