1.0.0 • Published 7 years ago

sys-accounts v1.0.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

# 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