Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kutyel/evil-eye
A small JavaScript logger for Twitch/Youtube streams
https://github.com/kutyel/evil-eye
Last synced: about 1 month ago
JSON representation
A small JavaScript logger for Twitch/Youtube streams
- Host: GitHub
- URL: https://github.com/kutyel/evil-eye
- Owner: kutyel
- License: mit
- Created: 2018-09-18T19:25:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T19:47:56.000Z (over 6 years ago)
- Last Synced: 2024-11-01T05:08:44.710Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# evil-eye
![Last version](https://img.shields.io/github/tag/kutyel/evil-eye.svg?style=flat-square)
[![Build Status](https://img.shields.io/travis/kutyel/evil-eye/master.svg?style=flat-square)](https://travis-ci.org/kutyel/evil-eye)
[![Coverage Status](https://img.shields.io/coveralls/kutyel/evil-eye.svg?style=flat-square)](https://coveralls.io/github/kutyel/evil-eye)
[![Dependency status](https://img.shields.io/david/kutyel/evil-eye.svg?style=flat-square)](https://david-dm.org/kutyel/evil-eye)
[![Dev Dependencies Status](https://img.shields.io/david/dev/kutyel/evil-eye.svg?style=flat-square)](https://david-dm.org/kutyel/evil-eye#info=devDependencies)
[![NPM Status](https://img.shields.io/npm/dm/evil-eye.svg?style=flat-square)](https://www.npmjs.org/package/evil-eye)
[![Donate](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square)](https://paypal.me/flaviocorpa)> Small evil eye to see the inner parts of js...
## Install
```bash
$ npm install evil-eye --save-dev
```## Usage
```js
const log = require('evil-eye')log('logs something with pretty colors ๐')
```## API
### evilEye(input, [options])
#### input
_Required_
Type: `string`Lorem ipsum.
#### options
##### foo
Type: `boolean`
Default: `false`Lorem ipsum.
## License
**evil-eye** ยฉ [Flavio Corpa](https://flaviocorpa.com), released under the [MIT](https://github.com/kutyel/evil-eye/blob/master/LICENSE.md) License.
Authored and maintained by Flavio Corpa with help from [contributors](https://github.com/kutyel/evil-eye/contributors).> [flaviocorpa.com](https://flaviocorpa.com) ยท GitHub [Flavio Corpa](https://github.com/kutyel) ยท Twitter [@kutyel](https://twitter.com/kutyel)