Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)