https://github.com/webmobiledev/leaderboard-rails-angular
https://github.com/webmobiledev/leaderboard-rails-angular
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webmobiledev/leaderboard-rails-angular
- Owner: webmobiledev
- Created: 2020-01-24T08:44:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T18:32:19.000Z (about 3 years ago)
- Last Synced: 2025-01-26T04:09:14.100Z (about 1 year ago)
- Language: Ruby
- Size: 138 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the
application up and running.
Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...
A simple ruby script for mocking live leaderboard data. Running the script will update the leaderboard data every 0.5s and post the leaderboard as json to http://localhost:3000/receiver/leaderboard/FT7E3Y68UPA6
To run the script simply `cd` to the enclosing folder and run `ruby mock_leaderboard_data.rb` it will keep running forever so close it when `cmd^c` or `ctrl^c` when you're done.