An open API service indexing awesome lists of open source software.

https://github.com/doowb/rage

Add console.rage to your applications.
https://github.com/doowb/rage

Last synced: about 2 months ago
JSON representation

Add console.rage to your applications.

Awesome Lists containing this project

README

        

# rage [![NPM version](https://badge.fury.io/js/rage.svg)](http://badge.fury.io/js/rage)

> Add console.rage to your applications.

Based on [this tweet](https://twitter.com/dmosher/status/598172559650082816) with a version for web browser consoles.

## Install with [npm](npmjs.org)

```bash
npm i rage --save
```

## Usage

```js
require('rage')(console);
```

## API

### [.rage](index.js#L23)

Add a `.rage` method to your `console`. Based on this tweet: https://twitter.com/dmosher/status/598172559650082816

* `cons` **{Object}**: console object

```
require('rage')(console);
console.rage('ARGGGH');
```

## Running tests
Install dev dependencies:

```bash
npm i -d && npm test
```

## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/doowb/rage/issues)

## Author
**Brian Woodward**

[github/doowb](https://github.com/doowb)
[twitter/doowb](http://twitter.com/doowb)

## License
Copyright (c) 2015 Brian Woodward
Released under the MIT license.

***

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 12, 2015._

[verb]: https://github.com/assemble/verb
[template]: https://github.com/jonschlinkert/template
[assemble]: http://assemble.io