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

https://github.com/harrystevens/fsz

Frequently used Node functions.
https://github.com/harrystevens/fsz

Last synced: 2 months ago
JSON representation

Frequently used Node functions.

Awesome Lists containing this project

README

          

# fsz

[![Build Status](https://travis-ci.org/HarryStevens/fsz.svg?branch=master)](https://travis-ci.org/HarryStevens/fsz)

Node functions that I use a lot.

## Installation
```bash
npm install fsz --save
```
```js
var fsz = require("fsz");
```

## Resources

- [API reference](https://github.com/HarryStevens/fsz/blob/master/API.md)
- [Contributing](https://github.com/HarryStevens/fsz/blob/master/CONTRIBUTING.md)

## Tests

```bash
npm test
```