0.2.0 • Published 9 years ago

affinage v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

npm.io

A quick express app that grabs data from Stripe, then displays it.

There are different plot lines for all customers, trial customers, and paying customers.

Usage

Update config.json with your credentials. You can also use env variables.

npm install to fetch dependencies, then npm run start

Server runs on port 8082 by default.

Developing

npm install -g nodemon to get nodemon, which will restart the server every time you make a change.

npm run dev to start the server using nodemon and also a process that watches the client directory for .coffee changes and compiles them.