sys-accounts
v1.0.0
Published
A Node.js package that checks whether a given string is null or empty. A basic package for an npm publish tutorial.
Downloads
3
Readme
# sys-accounts
A Node.js package that checks whether a given string is null or empty. A basic package for an npm publish tutorial.
Usage
First, install the package using npm:
npm install sys-accounts --save
Then, require the package and use it like so:
var accounts = require('sys-accounts');
accounts.login('admin','admin');
License
Apache 2.0