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
- Host: GitHub
- URL: https://github.com/afrontend/fp-space
- Owner: afrontend
- License: mit
- Created: 2019-05-13T12:02:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T11:53:13.000Z (over 1 year ago)
- Last Synced: 2025-05-30T13:07:32.161Z (about 1 year ago)
- Language: JavaScript
- Size: 733 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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