An open API service indexing awesome lists of open source software.

https://github.com/meissadia/hoopscrape-web-api

Rails 5 API implementation of HoopScrape
https://github.com/meissadia/hoopscrape-web-api

basketball basketball-stats rails5-api

Last synced: 6 months ago
JSON representation

Rails 5 API implementation of HoopScrape

Awesome Lists containing this project

README

          

## Introduction
This Rails 5 API application provides the framework to easily deploy HoopScrape as a web service.

## Demo
Please visit the [HoopScrape Web API](https://hoopscrape-api.herokuapp.com) demo site for usage examples.

## Deployment
### Heroku
Please visit [Heroku - Deployment](https://devcenter.heroku.com/articles/git) for guidance related to Git or Heroku CLI installation.

`$ heroku create`
`$ git push heroku master`

## More Info
For more detailed background information, please visit the [HoopScrape gem](https://github.com/meissadia/hoopscrape) readme.