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

https://github.com/zencephalon/venmo-ruby-api


https://github.com/zencephalon/venmo-ruby-api

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

#Venmo API Ruby Wrapper

A simple start at creating a ruby wrapper around the Venmo API -- made for Penn Apps.

Include it in your project using RubyGems:

`gem "venmo-api", :git => 'https://github.com/chrismaddern/venmo-ruby-api'`

##License

This project is released under the MIT license. Please feel free to use & extend it.

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request