Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhz-io/nhz-fsm
(OBSOLETE)Finite State Machine
https://github.com/nhz-io/nhz-fsm
Last synced: 22 days ago
JSON representation
(OBSOLETE)Finite State Machine
- Host: GitHub
- URL: https://github.com/nhz-io/nhz-fsm
- Owner: nhz-io
- License: mit
- Created: 2016-02-01T18:35:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T21:43:16.000Z (almost 9 years ago)
- Last Synced: 2024-12-18T00:13:04.995Z (25 days ago)
- Language: JavaScript
- Homepage: http://nhz-io.github.io/nhz-fsm
- Size: 336 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
# nhz-fsm
[![Build Status][travis-image]][travis-url]
[![Coverage Status](https://coveralls.io/repos/github/nhz-io/nhz-fsm/badge.svg?branch=master)](https://coveralls.io/github/nhz-io/nhz-fsm?branch=master)
[![NPM][npm-image]][npm-url]
[![bitHound Overall Score](https://www.bithound.io/github/nhz-io/nhz-fsm/badges/score.svg)](https://www.bithound.io/github/nhz-io/nhz-fsm)
[![bitHound Dependencies](https://www.bithound.io/github/nhz-io/nhz-fsm/badges/dependencies.svg)](https://www.bithound.io/github/nhz-io/nhz-fsm/master/dependencies/npm)
[![bitHound Dev Dependencies](https://www.bithound.io/github/nhz-io/nhz-fsm/badges/devDependencies.svg)](https://www.bithound.io/github/nhz-io/nhz-fsm/master/dependencies/npm)
[![bitHound Code](https://www.bithound.io/github/nhz-io/nhz-fsm/badges/code.svg)](https://www.bithound.io/github/nhz-io/nhz-fsm)## Finite State Machine
## Install
```
npm install --save nhz-fsm
```## Browser
* [nhz-fsm.min.js][fsm-browser-dist]
* [nhz-fsm-generator.min.js][generator-browser-dist]## Build
```
git clone https://github.com/nhz-io/nhz-fsm.git
cd nhz-fsm
npm install
npm start
...
check http://localhost:9000
...
npm dist
```## WEBSITE
https://nhz-io.github.io/nhz-fsm## LICENSE
### [MIT](LICENSE)
## [VERSION](HISTORY.md)
### 0.0.3[travis-image]: https://travis-ci.org/nhz-io/nhz-fsm.svg
[travis-url]: https://travis-ci.org/nhz-io/nhz-fsm[npm-image]: https://img.shields.io/npm/v/nhz-fsm.svg?style=flat
[npm-url]: https://www.npmjs.com/package/nhz-fsm[gh-pages]: https://nhz-io.github.io/nhz-fsm
[fsm-browser-dist]: https://raw.githubusercontent.com/nhz-io/nhz-fsm/master/dist/nhz-fsm.min.js
[generator-browser-dist]: https://raw.githubusercontent.com/nhz-io/nhz-fsm/master/dist/nhz-fsm-generator.min.js