An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/subchen/snack.svg?branch=master)](https://travis-ci.org/subchen/snack)
[![Code Coverage](https://img.shields.io/coveralls/subchen/snack/master.svg)](https://coveralls.io/r/subchen/snack)
[![NPM Repo](https://img.shields.io/npm/v/snack.svg)](https://www.npmjs.com/package/snack)
[![License](http://img.shields.io/badge/License-Apache_2-red.svg?style=flat)](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).