1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/storage/tail
2019-08-16 08:28:14 +01:00
..
locales Tail node add input filename (#557) 2019-08-15 22:03:13 +01:00
28-tail.html let tail node accept filename dynamically 2019-08-16 08:28:14 +01:00
28-tail.js let tail node accept filename dynamically 2019-08-16 08:28:14 +01:00
LICENSE Add Tail node as separate node package - adds windows support 2018-10-24 15:08:42 +01:00
package.json let tail node accept filename dynamically 2019-08-16 08:28:14 +01:00
README.md Add Tail node as separate node package - adds windows support 2018-10-24 15:08:42 +01:00

node-red-node-tail

A Node-Red node to tail a file and inject the contents into the flow.

Install

Either use the Menu - Manage palette option, or run the following command in your Node-RED user directory - typically ~/.node-red

npm install node-red-node-tail

Usage

Allows