0.0
No commit activity in last 3 years
No release in over 3 years
Client library and CLI to the mysoulpoints.com API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

MySoulPoints API - Your morale, quantified.

A lame client, but a decent CLI interface for mysoulpoints.com

Create your account at http://mysoulpoints.com

Usage

$ gem install soul_points                  #use sudo if necessary
$ soul_points store_api_key YOUR_API_KEY   #You can find it on your account page
$ soul_points show mcphat
$ soul_points gain 500 "Something amazing happened"
$ soul_points lose 50 "Stubbed my toe"
Thanks

Gem code borrowed heavily from the heroku gem. Thanks to the heroku team for that.