Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sportdb/docs

sport.db (incl. football.db) scripts & tools docs
https://github.com/sportdb/docs

Last synced: about 2 months ago
JSON representation

sport.db (incl. football.db) scripts & tools docs

Awesome Lists containing this project

README

        

# sport.db (incl. football.db) Scripts & Tools Docs

The sport.db. build blocks (gem family):

## sportdb/structs - Core Data Structures

``` ruby
require 'sportdb/structs'

rapid = Club.new( name: 'Rapid Wien' )
austria = Club.new( name: 'Austria Wien' )

england = NationalTeam.new( name: 'England', code: 'ENG' )
spain = NationalTeam.new( name: 'France', code: 'FRA' )

# ...
```

## sportdb/parser - Low-Level Football.TXT Tokenizer & Parser

``` ruby
require 'sportdb/parser

txt =<

- [Working with Unicode](articles/working-with-unicode.md)

### HTTP JSON API Quick Starters

- [sport.db.starter](sport.db.starter) - Build Your Own HTTP JSON API (Ruby Edition)

## Questions? Comments?

Yes, you can. More than welcome.
See [Help & Support »](https://github.com/openfootball/help)