Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sportdb/sport.db.service
sport.db HTTP JSON API (web service) scripts
https://github.com/sportdb/sport.db.service
Last synced: about 3 hours ago
JSON representation
sport.db HTTP JSON API (web service) scripts
- Host: GitHub
- URL: https://github.com/sportdb/sport.db.service
- Owner: sportdb
- License: cc0-1.0
- Created: 2015-04-20T14:47:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T13:53:54.000Z (over 4 years ago)
- Last Synced: 2024-11-09T05:31:30.075Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# sport.db.service
sport.db HTTP JSON API (web service) scripts
## Usage
You can run any of the HTTP JSON API (web service) scripts using the `sportdb` command line tool.
By default the `serve` command will look for
a script named `Service` or `service.rb` (in the working folder, that is, `./`). Example:```
$ sportdb serve
```To run any other script - copy the script into the working folder and pass it along as an argument. Example:
```
$ sportdb serve starter # note: will (auto-)add the .rb extension or
$ sportdb serve starter.rb
```## License
The `sport.db.service` scripts are dedicated to the public domain.
Use it as you please with no restrictions whatsoever.## Questions? Comments?
Send them along to the
[Open Sports & Friends Forum/Mailing List](http://groups.google.com/group/opensport).
Thanks!