2.1.0 • Published 5 years ago

accounty v2.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

NPM
npm

accounty

a interface to manage accounts

install

npm i accounty

usage

version: 2.1.0

var app = require('accounty');

app.adduser('peter', '12345678'); // create a new common Account app.passwd('peter', '12345678', 'password'); // change password app.lsGroup('main'); // list all account in the only group: main app.getAccount('peter'); // get account peter app.removeAccount('peter'); // remove account peter app.verify('peter', 'password'); // verify password

2.1.0

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago