https://github.com/cloud8421/glance-engine
https://github.com/cloud8421/glance-engine
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloud8421/glance-engine
- Owner: cloud8421
- Created: 2014-08-31T08:41:10.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-12T07:23:00.000Z (almost 12 years ago)
- Last Synced: 2025-01-13T01:30:05.120Z (over 1 year ago)
- Language: Elixir
- Size: 188 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Glance
======
[](https://travis-ci.org/cloud8421/glance-engine)
Aggregates data from different sources. Used in personal dashboard.
The app requires the following environment variables:
FORECAST_IO_API_KEY (forecast.io)
GUARDIAN_API_KEY (Guardian beta content api)
TFL_API_KEY (tfl api)
WEEKEND_APP_ID (tfl app id)
Please follow the instructions on the relevant api providers sites to obtain them.
If you're using [direnv](http://direnv.net/), the project provides a
`.envrc.sample` file you can customize and rename.
## Setup
After taking care of the environment variables:
$ mix deps.get
$ iex -S mix
## Test
$ mix test