f1-node-api
A node wrapper for the Fellowship One API. There needed to be an easier way of interfacing with the existing api.
Todo
- Need to hookup OAuth strategy. Might use a headless browser to handle this, so I can keep it in the same wheelhouse.
Usage
npm install f1-node-api
If you set process.env.DEVELOPMENT
all requests will hit against staging.fellowshiponeapi.com;
Available endpoints:
api_path.json
var fOne = require('f1-node-api');
fOne.createEndpoint(churchcode, route);
fOne.f1_request(obj, callback);