-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Gaivile/weather-app
- Loading branch information
Showing
1 changed file
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,21 @@ | ||
# weather-app | ||
# Weather App | ||
|
||
A Clojure library designed to ... well, that part is up to you. | ||
Simple application to fetch weather data from https://www.wunderground.com/. Written in Clojure with React front-end. | ||
|
||
Finds the city and shows it's weather data: | ||
|
||
![london](https://cloud.githubusercontent.com/assets/11088666/19014645/8923a9c2-87ea-11e6-9afc-67f33f45c99e.png) | ||
![glasgow](https://cloud.githubusercontent.com/assets/11088666/19014646/8bd1bf1a-87ea-11e6-9641-67897e6f1497.png) | ||
|
||
## Usage | ||
|
||
FIXME | ||
Get your own key from https://www.wunderground.com/weather/api, add it at to weather-app/src/weather_app/routes/api_routes.clj variable "my-key". Save a file, run in terminal: | ||
|
||
`lein ring server` | ||
|
||
## License | ||
|
||
Copyright © 2016 FIXME | ||
Copyright © 2016 | ||
|
||
Distributed under the Eclipse Public License either version 1.0 or (at | ||
your option) any later version. |