Skip to content

gds-dead/gds-data-leaderboards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gds-data-leaderboards

Performance platform top content leaderboards

http://gds-screens-leaderboard.herokuapp.com/

What is it

It's a little Ruby / Sinatra app that gathers (and then polls) data from the GOV.UK performance platform.

Getting started

Make sure you have Ruby (RVM or similar is good), Node, NPM, Grunt installed.

gem install and npm install

The server / proxy is a Ruby app. Frontend asset compilation (and the offline build) are done with Grunt.

So ruby ./server.rb and grunt will get you running locally on :4567 with sass compilation etc.

The offline version

grunt offline will package up the app in a single html file. It will use yesterday's realtime data.

Releases

No releases published

Packages

No packages published