Home

Awesome

Demo

This demo app is deployed at http://kitto.io

The heroku branch of this repo is also automatically deployed to heroku at: https://kitto.herokuapp.com

Example dashboards:

sample-dashboard

elixir-dashboard

jobs-dashboard

To start your Dashboard:

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Requirements

For platform requirements see: here.

Some of the jobs in the demo make authenticated requests and have to be configured in order to work.

Travis

# File: config/config.exs
config :kitto, travis_token: "add-your-token"

Twitter

For available configuration options of the extwitter dependency, consult the readme.

# File: config/config.exs
  config :extwitter, :oauth,
	 consumer_key: "your-consumer-key",
	 consumer_secret: "your-consumer-secret",
	 access_token: "your-access-token",
	 access_token_secret: "your-access-token-secret"

Learn more