hashu

1.0.1 • Public • Published

Hashu

hashes a string into an index within in a repository

Installation

npm i --save hashu

Usage

var Hashu = require('hashu');
var emails=['a','b','c'];
 
var EmailsRepository=new Hashu(emails);
console.log(EmailsRepository.Get('0x4139@gmail.com'));

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

TODO: Write history

Credits

0x4139@gmail.com

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i hashu

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • 0x4139