Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhz-io/nhz-sink
(OBSOLETE)Remote Logger Sink
https://github.com/nhz-io/nhz-sink
Last synced: 3 days ago
JSON representation
(OBSOLETE)Remote Logger Sink
- Host: GitHub
- URL: https://github.com/nhz-io/nhz-sink
- Owner: nhz-io
- License: mit
- Created: 2016-01-21T15:48:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-24T21:50:31.000Z (almost 9 years ago)
- Last Synced: 2024-12-19T23:33:21.710Z (5 days ago)
- Language: JavaScript
- Homepage: https://nhz-io.github.io/nhz-sink
- Size: 166 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-sink
[![Build Status][travis-image]][travis-url]
[![Coverage][coverage-image]][coverage-url]
[![NPM][npm-image]][npm-url]## Install
```
npm install --save nhz-sink
```## Browser
* [nhz-sink.min.js][fsm-browser-dist]
* [nhz-sink-generator.min.js][generator-browser-dist]## Build
```
git clone https://github.com/nhz-io/nhz-sink.git
cd nhz-sink
npm install
npm start
...
check http://localhost:9000
...
npm dist
```## WEBSITE
https://nhz-io.github.io/nhz-sink## LICENSE
### [MIT](LICENSE)
## [VERSION](HISTORY.md)
### 0.0.0[travis-image]: https://travis-ci.org/nhz-io/nhz-sink.svg
[travis-url]: https://travis-ci.org/nhz-io/nhz-sink[npm-image]: https://img.shields.io/npm/v/nhz-sink.svg?style=flat
[npm-url]: https://www.npmjs.com/package/nhz-sink[coverage-image]: https://coveralls.io/repos/github/nhz-io/nhz-sink/badge.svg?branch=master
[coverage-url]: https://coveralls.io/github/nhz-io/nhz-sink?branch=master[gh-pages]: https://nhz-io.github.io/nhz-sink
[fsm-browser-dist]: https://raw.githubusercontent.com/nhz-io/nhz-sink/master/dist/nhz-sink.min.js
[generator-browser-dist]: https://raw.githubusercontent.com/nhz-io/nhz-sink/master/dist/nhz-sink-generator.min.js