This is an API for accessing all sorts of college football data. It currently has a wide array of data ranging from play by play to player statistics to game scores and more.
This API client was generated by the swagger-codegen project. By using the OpenAPI/Swagger spec from a remote server, you can easily generate an API client.
You'll need the devtools
package in order to build the API.
Make sure you have a proper CRAN repository from which you can download packages.
Install the devtools
package with the following command.
if(!require(devtools)) { install.packages("devtools") }
Make sure you set the working directory to where the API code is located. Then execute
devtools::install("saiemgilani/cfbd-api-R")
compiled by Saiem Gilani admin@collegefootballdata.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.