Giter Site home page Giter Site logo

scoreboard's Introduction

Scoreboard

Scoreboard landing page

Scoreboard is a simple, secure and easy to use Scoreboard application built on Node.js and Socket.io.

Scoreboard uses Socket.io's real time bidirectional event based communication system to integrate the scoreboard to the mobile-ready remote in real time.

Usage

Clone the repository from GitHub by running the following in the terminal.

$ git clone https://github.com/rukmal/Scoreboard.git

All of the Scoreboard configuration is stored in the config.json file. It must have the following data:

{
	"_comment": "All times must be in milliseconds",
	"tournament_logo": "",
	"team_home": "",
	"team_away": "",
	"password": "",
	"half_length": 0,
	"timeout_length": 0,
	"halftime_length": "",
	"shot_clock_length": 0
}

Note: all fields filled with a '0' must be numbers. Also note that the configuration file is loaded when the application starts, so if any changes are made, the app must be restarted.

Next, install all dependencies using npm (the Node.js package manager) and run the application.

$ cd Scoreboard
$ npm install
$ node app.js

Navigate to localhost:3000 in your browser and enjoy!

Screenshots

  • Main scoreboard Scoreboard main page

  • Remote on an iPhone 5

Remote on iPhone 5

Contact

This is an open source project released under the MIT License. Contact me if you want to suggest an improvement, or fork and send a pull request!

Follow me on Twitter (@rukmal) and GitHub.

http://rukmal.me

scoreboard's People

Contributors

rukmal avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.