https://github.com/mlms13/elm-weather
https://github.com/mlms13/elm-weather
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mlms13/elm-weather
- Owner: mlms13
- Created: 2017-11-06T16:25:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T18:09:37.000Z (over 7 years ago)
- Last Synced: 2025-02-04T17:53:21.878Z (4 months ago)
- Language: Elm
- Size: 282 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm Weather
### Features
- Color changes background based on temperature
- Weather icon based on current conditions
- Geolocation to populate your Latitude/Longitude### Run it
- `npm install`
- `API_KEY=abcdef npm run proxy` to start the proxy server with a secret DarkSky API key
- `npm start` to install Elm packages, build the Elm code, compile the Stylus/CSS, and start a static server on port 8080
- Go to `localhost:8080`