tamagokun / services

A series of micro services that can be used to react to Fridge data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

services

A series of micro services that can be used to react to Fridge data.

Start a service

# start email micro service
# with forever
$ forever start -c bin/ctl.coffee services/email.coffee --port 3000

# without
$ bin/ctl.coffee services/email.coffee --port 3000

Call a service using a client

$ SENDGRID_USER='...' SENDGRID_KEY='...' coffee example.coffee

About

A series of micro services that can be used to react to Fridge data.


Languages

Language:CoffeeScript 100.0%