https://github.com/subchen/snack
Generic functional library for javascript/node.js
https://github.com/subchen/snack
Last synced: 5 months ago
JSON representation
Generic functional library for javascript/node.js
- Host: GitHub
- URL: https://github.com/subchen/snack
- Owner: subchen
- License: apache-2.0
- Created: 2015-01-16T01:57:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-14T06:21:41.000Z (almost 11 years ago)
- Last Synced: 2025-10-04T23:28:41.298Z (9 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/snack
- Size: 410 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/subchen/snack)
[](https://coveralls.io/r/subchen/snack)
[](https://www.npmjs.com/package/snack)
[](http://www.apache.org/licenses/LICENSE-2.0)
# snack
Generic functional library for javascript/node.js
# Installation
```shell
npm install snack
```
# Usage
```js
var crypto = require('snack').crypto;
console.log(crypto.md5('123'));
```
# APIs
* lang
* string
* crypto
# License
Released under the [Apache 2 License](http://www.apache.org/licenses/LICENSE-2.0).