Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Gaivile/weather-app
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaivile committed Oct 3, 2016
2 parents bee73f2 + 5b95827 commit 390bb67
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
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.

0 comments on commit 390bb67

Please sign in to comment.