Skip to content

an aggregation of different odds from different bookmakers

Notifications You must be signed in to change notification settings

sosergio/odds-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Odds Viewer

This app shows the best odds available from different bookmakers for the winner of the 2016/2017 UEFA Champions League.

Tech

Running the server

Install the dependencies and devDependencies and start the server.

$ cd odds-viewer.server
$ npm install
$ npm start

This will start the server at the following address

localhost:5000

Running the client

Install the dependencies and devDependencies and start the server.

$ cd odds-viewer.client
$ npm install
$ npm start

This will open your browser at the following address

localhost:3000

You can adjust the client to read from the running node server or from a static mock file by changing the environment in:

odd-viewer.client\config\env.json
{
    "env":"backend|mock"
}

Todos

  • Migrate to webpack
  • add unit tests

About

an aggregation of different odds from different bookmakers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published