Skip to content

Commit

Permalink
move nfl to its own repo
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb committed Sep 13, 2013
1 parent f30a6ad commit b3d6773
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 77 deletions.
61 changes: 30 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,63 +2,62 @@

A free open public domain sports database & schema
for use in any (programming) language
(e.g. uses plain text fixtures/data sets). Example:
(e.g. uses plain text fixtures/data sets).


```
## Data Sets

### Football (Soccer)

See the [Open Football Data (`football.db`) project](https://github.com/openfootball) for more.
Example:

~~~
Matchday 5
23.09. 13:30 Liverpool FC 1-2 Manchester United
23.09. 15:00 Newcastle United 1-0 Norwich City
23.09. 16:00 Manchester City 1-1 Arsenal FC
23.09. 16:00 Tottenham Hotspur 2-1 Queens Park Rangers
```

## Data Sets

### Football (Soccer)

See the [`football.db` project](https://github.com/openfootball) for more.
~~~

### Formula 1

See the [`formula1.db` project](https://github.com/geraldb/formula1.db) for more.
Example:

### (Alpine) Ski
~~~
############################################################
# Grand Prix Monaco 2013 - Round 6 of 19 // 26 May 2013
See the [`ski.db` project](https://github.com/geraldb/ski.db) for more.
# | Pos | Driver | Team | Laps | Time/Retired
### (Ice) Hockey

* [National Hockey League (NHL)](https://github.com/geraldb/sport.db/tree/master/nhl)

### American Football

* [Nation Football League (NFL)](https://github.com/geraldb/sport.db/tree/master/nfl)


Anything missing? Add your leagues, teams, fixtures and more.
1 Nico Rosberg Mercedes 78 2:17:52.056
2 Sebastian Vettel Red Bull 78 +3.8 secs
3 Mark Webber Red Bull 78 +6.3 secs
4 Lewis Hamilton Mercedes 78 +13.8 secs
5 Adrian Sutil Force India 78 +21.4 secs
6 Jenson Button McLaren 78 +23.1 secs
7 Fernando Alonso Ferrari 78 +26.7 secs
~~~

### (Alpine) Ski

See the [`ski.db` project](https://github.com/geraldb/ski.db) for more.

## Usage

Build yourself a copy of the `sport.db` from the plain text fixtures
in three steps.
### American Football / Nation Football League (NFL)

Step 1: Get a copy of the `world.db` fixtures
See the [`nfl.db` project](https://github.com/geraldb/nfl.db) for more.

$ git clone git://github.com/geraldb/world.db.git

Step 2: Get a copy the `sport.db` fixtures
### (Ice) Hockey

$ git clone git://github.com/geraldb/sport.db.git
* [National Hockey League (NHL)](https://github.com/geraldb/sport.db/tree/master/nhl)

Step 3: Let's build the `sport.db`

$ sportdb setup --include ./sport.db --worldinclude ./world.db
Anything missing? Add your leagues, teams, fixtures and more.

That's it.


## Command Line Tool
Expand Down
46 changes: 0 additions & 46 deletions nfl/teams.txt

This file was deleted.

0 comments on commit b3d6773

Please sign in to comment.