https://github.com/kutyel/evil-eye
A small JavaScript logger for Twitch/Youtube streams
https://github.com/kutyel/evil-eye
Last synced: 8 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T19:47:56.000Z (about 7 years ago)
- Last Synced: 2025-02-12T16:23:39.063Z (10 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

[](https://travis-ci.org/kutyel/evil-eye)
[](https://coveralls.io/github/kutyel/evil-eye)
[](https://david-dm.org/kutyel/evil-eye)
[](https://david-dm.org/kutyel/evil-eye#info=devDependencies)
[](https://www.npmjs.org/package/evil-eye)
[](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)