isabella232 / stay-connected

Metrics for Connect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect Metrics

This is a little app to track metrics for Connect. It uses Rails + Postgres and pulls call data from Twilio.

It's deployed on heroku: http://stay-connected-metrics.herokuapp.com/people

And powers this Ducksboard: https://public.ducksboard.com/NsoSQbe655DQ0DlvQxr6/

Check out the Connect project repo for details on the project

Local setup

  1. Pull the code

  2. Create .env file with these env vars:

  • TWILIO_SID
  • TWILIO_AUTH
  1. Setup your Postgres DB
  • rake db:create
  • rake db:migrate
  1. Load data from Twilio
  • foreman run import_calls
  1. Check it!
  • foreman run rails s
  • Open a browser and go to localhost:3000

About

Metrics for Connect


Languages

Language:Ruby 94.7%Language:JavaScript 2.9%Language:CSS 2.4%