Socket
Book a DemoInstallSign in
Socket

bjs

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bjs

Next BangaloreJS event on CLI.

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
2
-81.82%
Maintainers
1
Weekly downloads
 
Created
Source

bjs Build Status

Next BangaloreJS event on CLI.

Getting Started

Install the module with: npm install -g bjs

Usage :

In console -> $ bjs

Would return something like : Next meetup is at HackerEarth office on Sat Oct 31 2015 10:30:00 GMT+0530 (IST).

In node script :

bjs = require('bjs');
bjs.next(function(error, event){
	console.log(event);
});

License

Copyright (c) 2013 Hemanth.HM. Licensed under the MIT license.

FAQs

Package last updated on 24 Oct 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