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

https://github.com/artyom/tailserver

`tail` but over http
https://github.com/artyom/tailserver

Last synced: about 1 month ago
JSON representation

`tail` but over http

Awesome Lists containing this project

README

          

# tailserver

This is a basic equivalent of a `tail` command exposing its output over http.

Run it as `tailserver -addr=localhost:8080 file1.txt file2.txt`, then open http://localhost:8080/ in a browser.