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

allow services to utilize graft instance

tamagokun opened this issue · comments

A service needs to be able to pipe/where the graft server for doing more advanced service related stuff.

service = require 'service'

module.exports = service.use (graft) ->
  graft
    .pipe()
    .where()