Skip to content

is a Ruby Sinatra app that retrieves dog racing data from the GreyhoundBet API.

License

Notifications You must be signed in to change notification settings

jesherdevsk8/cron_racing_post

Repository files navigation

Synchronizing Galgo Data


Sinatra ActiveRecord Extension - github/sinatra-activerecod

  • The Rails console equivalent for Sinatra:
bundle exec irb -I. -r server.rb
require 'sinatra/activerecord'
require './app/models/dogs'
  • Running the Server To start the server in development mode, use the following command:
RACK_ENV=development ruby server.rb
  • Accessing the Application Once the server is running, you can access the application in your web browser at
http://localhost:4567
http://localhost:4567/health
http://localhost:4567/dogs'
http://localhost:4567/next_racings

About

is a Ruby Sinatra app that retrieves dog racing data from the GreyhoundBet API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages