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

https://github.com/afrontend/fp-space

library for fp-space-game
https://github.com/afrontend/fp-space

Last synced: 12 months ago
JSON representation

library for fp-space-game

Awesome Lists containing this project

README

          

# fp-space [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> library for fp-space-game

## Installation

```sh
$ npm install --save fp-space
```

## Usage

```js
const fpSpace = require('fp-space');

fpSpace('Rainbow');
```
## License

MIT © [Bob Hwang](https://afrontend.github.io)

[npm-image]: https://badge.fury.io/js/fp-space.svg
[npm-url]: https://npmjs.org/package/fp-space
[travis-image]: https://travis-ci.org/afrontend/fp-space.svg?branch=master
[travis-url]: https://travis-ci.org/afrontend/fp-space
[daviddm-image]: https://david-dm.org/afrontend/fp-space.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/afrontend/fp-space
[coveralls-image]: https://coveralls.io/repos/afrontend/fp-space/badge.svg
[coveralls-url]: https://coveralls.io/r/afrontend/fp-space