Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zkochan/console-ponyfill

Browser console ponyfill.
https://github.com/zkochan/console-ponyfill

Last synced: 10 days ago
JSON representation

Browser console ponyfill.

Awesome Lists containing this project

README

        

# console-ponyfill

Browser console [ponyfill](https://ponyfill.com).

[![Dependency Status](https://david-dm.org/zkochan/console-ponyfill/status.svg?style=flat)](https://david-dm.org/zkochan/console-ponyfill)
[![Build Status](https://travis-ci.org/zkochan/console-ponyfill.svg?branch=master)](https://travis-ci.org/zkochan/console-ponyfill)
[![npm version](https://badge.fury.io/js/console-ponyfill.svg)](http://badge.fury.io/js/console-ponyfill)

## Installation
```
npm install --save console-ponyfill
```

## Usage
```js
var console = require('console-ponyfill');

console.log('Hello world!');
```

## License

The MIT License (MIT)