ryanlewis / drink-expenses

Small niche drink expenses API that is used with the Workflow app for iPhone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drink Expenses

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.

Prerequisities

Node >= 7.6 recommended.

Instructions

You need to get an API key from jsonbin.org. Just login with your Github account to obtain one.

  1. Clone the repository
  2. npm install or yarn install
  3. JSONBIN_API_KEY=<key> npm start

Hosting on zeit now

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.

Workflows

For use with Workflow

About

Small niche drink expenses API that is used with the Workflow app for iPhone

License:MIT License


Languages

Language:JavaScript 100.0%