https://github.com/loopj/console.frog
A bad pun for your JavaScript console
https://github.com/loopj/console.frog
Last synced: 8 months ago
JSON representation
A bad pun for your JavaScript console
- Host: GitHub
- URL: https://github.com/loopj/console.frog
- Owner: loopj
- Created: 2015-03-22T00:33:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-22T00:34:04.000Z (over 11 years ago)
- Last Synced: 2025-09-27T01:29:44.297Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
console.frog
============
A bad pun for your JavaScript console, inspired by a commit message from @ConradIrwin.
```
. (ribit)
/
o o
( -- )
/\( , ,)/\
^^ ^^ ^^ ^^
```
Installation
------------
### Bower
```shell
bower install --save console-frog
```
### Node
```shell
npm install --save console-frog
```
Usage
-----
```javascript
require("console-frog");
console.frog();
```