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
- Host: GitHub
- URL: https://github.com/meissadia/hoopscrape-web-api
- Owner: meissadia
- Created: 2018-08-05T23:21:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T08:26:46.000Z (over 2 years ago)
- Last Synced: 2023-03-06T15:08:14.789Z (over 2 years ago)
- Topics: basketball, basketball-stats, rails5-api
- Language: Ruby
- Homepage: https://hoopscrape-api.herokuapp.com
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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.