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

https://github.com/richplastow/filog

Filtered JavaScript logging, with a simple HTML frontend
https://github.com/richplastow/filog

Last synced: 4 months ago
JSON representation

Filtered JavaScript logging, with a simple HTML frontend

Awesome Lists containing this project

README

        

Filog 0.0.1
===========

Filtered JavaScript logging, with a simple HTML frontend.

See [filog.richplastow.com](http://filog.richplastow.com/) for documentation
and live usage examples.

Build
-----

Build VeroSynth on the command line:
```
$ coffee -j build/filog.js -wc src/*.litcoffee
```

Build VeroSynth with tests:
```
$ coffee -j build/filog-test.js -wc src/*.litcoffee test/*.litcoffee
```

Test Filog on the client:
Open `test/run-all-tests.html` in a web browser