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

https://github.com/bbqsrc/htmlconsole

An HTML console implementation
https://github.com/bbqsrc/htmlconsole

Last synced: 12 months ago
JSON representation

An HTML console implementation

Awesome Lists containing this project

README

          

# HtmlConsole
A console implementation in JavaScript and HTML. Does not require jQuery or any other library!

## Usage
It's very easy to use, just add this to your page before any other scripts:

<script src="htmlconsole.js"></script>

And it should just work!