Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chartbeat-labs/bigboard
Always know what's up. A simple leader-board style visualization to show your best stories on your biggest screen.
https://github.com/chartbeat-labs/bigboard
Last synced: about 2 months ago
JSON representation
Always know what's up. A simple leader-board style visualization to show your best stories on your biggest screen.
- Host: GitHub
- URL: https://github.com/chartbeat-labs/bigboard
- Owner: chartbeat-labs
- Created: 2011-12-14T20:10:42.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-02-24T17:28:41.000Z (almost 11 years ago)
- Last Synced: 2024-10-19T03:18:00.392Z (2 months ago)
- Language: CSS
- Homepage: http://chartbeat.com/labs/
- Size: 257 KB
- Stars: 21
- Watchers: 37
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The [Chartbeat](https://chartbeat.com/) Big Board
----------------------------Always know what's up. A simple leader-board style visualization to show your best stories on your biggest screen. Built with [AngularJS](http://angularjs.org/) and powered by the Chartbeat [Top Pages API](https://chartbeat.com/docs/api/explore/#endpoint=live/toppages/v3/).
Try the [Demo](http://chartbeat.com/labs/publishing/bigboard/gizmodo.com) with gizmodo.com.
## Installing
First, clone this repository :
git clone git://github.com/chartbeat-labs/bigboard.git
Install [node.js](http://nodejs.org) (Only used for building the app, not needed for deployment)
then install [grunt-cli](https://github.com/gruntjs/grunt-cli) as a global module.
[sudo] npm install grunt-cli -g
then install grunt and it's modules in the project's folder.
cd bigboard/
npm installthen install bower and it's modules in the src folder.
cd src/
bower install-----------------------
## Running the app### To run the app locally, run:
grunt server
then view your bigboard following this url convention:
http://localhost:9000/#/domain1.com,domain2.com?apiKey={{_apikey_}}