Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 248 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 248 Bytes

Tail-File

Tail a file contents on a given URL

How to run


  1. npm install
  2. npm start

Assumptions


  1. Only one file has to be tailed, therefore file path is hardcoded.
  2. If file path is invalid, server is stopped.