From 77834b0906ac76f73d4b912d3d91c61f4d9ac84e Mon Sep 17 00:00:00 2001 From: Ryan Lovelett Date: Sun, 26 Aug 2012 11:01:12 -0700 Subject: [PATCH] Initial commit --- .gitignore | 18 ++++++++++++++++++ README.md | 4 ++++ 2 files changed, 22 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..560d1a6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +*.gem +*.rbc +.bundle +.config +coverage +InstalledFiles +lib/bundler/man +pkg +rdoc +spec/reports +test/tmp +test/version_tmp +tmp + +# YARD artifacts +.yardoc +_yardoc +doc/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..6a1c63a --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +sports-data-api +=============== + +http://developer.sportsdatallc.com/docs/NFL_API \ No newline at end of file