New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

f1-node-api

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

f1-node-api

A wrapper around Fellowship One's API. Let's make this easier

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

f1-node-api

A node wrapper for the Fellowship One API. There needed to be an easier way of interfacing with the existing api. Plus, modular is way more awesome.

Usage

npm install f1-node-api

If you set process.env.DEVELOPMENT all requests will hit against staging.fellowshiponeapi.com;

var fOne = require('f1-node-api');

// Returns a Fellowship One endpoint by passing a churchcode and desired route fOne.createEndpoint(churchcode, route);

// Creates a request to Fellowship One
// @params obj {Object}
// obj = {path: '', params:'', token:'', token_secret:'', config: {}, churchcode:''}
// @params callback {Function}

fOne.f1_request(obj, callback);

Keywords

FAQs

Package last updated on 25 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc