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

https://github.com/animatedcreativity/node-get-console

Very simple way to get console.log data.
https://github.com/animatedcreativity/node-get-console

Last synced: 4 months ago
JSON representation

Very simple way to get console.log data.

Awesome Lists containing this project

README

          

# node-get-console
Very simple way to get console.log data.

Example:

require("node-get-console"); //start using new console

console.log("First");

console.log("Second");

console.log(console.get()); //get previously logged data

console.clear(); //clear console

console.log(console.get()); //cleared already