Skip to content

svbeusekom/ludo

Repository files navigation

LUDO

Ludo, derived from the latin word for 'to play', is a RESTful API that stores lottery results, and generates possible winning numbers based on the stored data for a given lottery.


Local installation

  1. Install Virtual Box 5 or higher
  2. Install Vagrant 1.8.x
  3. add '192.168.56.204 ludo.dev' to your hosts file on the local machine.
  4. vagrant up
  5. vagrant ssh, and perform the following steps:
  • cd /var/www/project
  • composer install
  • php bin/console doctrine:schema:create
  • php bin/console doctrine:fixtures:load

Examples

  1. Retrieve all of the winning Eurojackpot numbers to from start to now: link
  2. Retrieve all of the winning Eurojackpot numbers for a given year: link
  3. Retrieve a prediction of the winning numbers for this weeks' Eurojackpot: link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published