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

buzzapi

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buzzapi

Simple node library for interacting with buzzapi

0.0.2
Version published
Weekly downloads
24
Maintainers
1
Weekly downloads
 
Created

Simple nodejs library for communicating with buzzapi.

var BuzzApi = require('buzzapi');
var buzzapi = new BuzzApi({'apiUser': 'id', 'apiPassword': 'secret'});
buzzapi.postRequest('resource', 'operation', function(err, body){console.log(body)});

FAQs

Package last updated on 06 Nov 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