Small drink expenses API that is used with the Workflow app for iPhone. Booya
The company I am currently working with provides soft drinks for a nominal cost. The combination of this API, jsonbin.org and Workflow allows me to easily track costs against it.
Node >= 7.6 recommended.
You need to get an API key from jsonbin.org. Just login with your Github account to obtain one.
- Clone the repository
npm install
oryarn install
JSONBIN_API_KEY=<key> npm start
I am running this on zeit now. Follow the instructions there to install.
If you have the JSONBIN_API_KEY
environment variable locally, you can deploy your app with now -e JSONBIN_API_KEY
. See the Tips and Tricks section for more information.
For use with Workflow