kittoframework / demo

Code for the live demo dashboards built with Kitto

Home Page:http://kitto.io/dashboards/sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with npm install
  • Start a development server with mix kitto.server

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

About

Code for the live demo dashboards built with Kitto

http://kitto.io/dashboards/sample


Languages

Language:CSS 26.5%Language:JavaScript 25.9%Language:HTML 25.2%Language:Elixir 22.1%Language:Dockerfile 0.4%