Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpsim/presto_api
REST API for interacting with Presto cards using the presto ruby gem
https://github.com/jpsim/presto_api
Last synced: 4 days ago
JSON representation
REST API for interacting with Presto cards using the presto ruby gem
- Host: GitHub
- URL: https://github.com/jpsim/presto_api
- Owner: jpsim
- Created: 2014-03-26T00:52:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-27T20:19:31.000Z (almost 11 years ago)
- Last Synced: 2025-01-09T02:33:13.779Z (15 days ago)
- Language: Ruby
- Size: 148 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Presto Card API
REST API for interacting with [Presto cards](http://prestocard.ca) using the [`presto`](https://github.com/jpsim/presto-gem) ruby gem.
## Usage
* `/card_status/:card_number`
* `/card_status/:username/:password`
* `/me/:username/:password`
* `/transaction_history/:username/:password`## Deploying to Heroku
```shell
$ bundle
$ heroku create -s cedar presto-api
$ git push heroku master
$ heroku open
```## Running Locally
```shell
$ bundle
$ foreman start
```## License
MIT Licensed.
## Notice
Please respect the Presto website's [Terms and Conditions](https://www.prestocard.ca/en-US/Pages/ContentPages/Terms.aspx).