Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).