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

https://github.com/nebomilic/myweatherapp

A simple responsive weather app that uses yahoo weather api.
https://github.com/nebomilic/myweatherapp

es6 es6-javascript grid-layout javascript jest jest-snapshots reactjs redux responsive scss weather webpack

Last synced: 3 months ago
JSON representation

A simple responsive weather app that uses yahoo weather api.

Awesome Lists containing this project

README

          

# myweatherapp

A simple responsive weather app that uses yahoo weather api.

Still work in progress, a lot of hardcoded values - for example getting weather only for Palma de Mallorca :)

### Screenshot

![Alt text](
http://imuendo.com/demos/myweather/myweather_screenshot.png "myWeather")

### Prerequisites

Node package manager.

### Installing & starting

Download the code or clone repository.

First get all the dependencies by running:
>npm install

In order to build and run on localhost:3000 run:
>npm start

In order to build for deployment (for now only debug version), run:
>webpack

The bundle will be copied in the dist directory.

## Authors

* **Nebo Milic** - (https://github.com/nebomilic)
## License

This project is licensed under the MIT License.