Skip to content

nebomilic/myweatherapp

Repository files navigation

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

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

License

This project is licensed under the MIT License.