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.
- Host: GitHub
- URL: https://github.com/nebomilic/myweatherapp
- Owner: nebomilic
- Created: 2017-12-26T17:19:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-16T14:07:03.000Z (over 7 years ago)
- Last Synced: 2025-03-18T13:19:35.052Z (over 1 year ago)
- Topics: es6, es6-javascript, grid-layout, javascript, jest, jest-snapshots, reactjs, redux, responsive, scss, weather, webpack
- Language: CSS
- Homepage: http://www.imuendo.com/demos/myweather
- Size: 402 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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

### 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.