linepost

1.0.0 • Public • Published

linepost

Reads from stdin and posts each input line to a given URL as text/plain. Best used with a CouchDB update handler, natch.

Usage

npm install -g linepost
cat somelog.file | linepost http://localhost:5984/logs/_design/collector/_update/message

…should do the trick. (You can include HTTP basic auth in the URL.)

/linepost/

    Package Sidebar

    Install

    npm i linepost

    Weekly Downloads

    1

    Version

    1.0.0

    License

    BSD-2-Clause

    Last publish

    Collaborators

    • natevw