Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sportdb/docs
- Owner: sportdb
- Created: 2018-07-20T14:27:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T19:53:04.000Z (4 months ago)
- Last Synced: 2024-08-29T22:06:58.292Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 34.2 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/parsertxt =<
- [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)