Skip to content

sohailhaider/local-json-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

local-json-logger

Motivation

when working with TS application without debugger or apps where I don't have debugger attached I want to view log but Console is really hard for me to read. I wanted a local app where I can send data in json and then visualize and filter out the data. This application does exactly the same for me.

How to Use:

  • yarn install the package and start the application with yarn start.
  • now send data to http://localhost:8765 in post/json.
  • Alternatively if you already have JSON copied you can just paste in ./data.json.
  • open http://localhost:8765. You should be able to view the data view jsoneditor. Alt Text

About

Send any data to application and visuallize it locally instead of going through console log

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors