jprichardson / node-jsonfile

Easily read/write JSON files.
MIT License
1.2k stars 321 forks source link

Can this be made to write data to the browser instead of just to the console? #132

Closed Overbrd closed 4 years ago

RyanZim commented 4 years ago

jsonfile is for use in Node.js, not in the browser, so I'm not sure I understand the question?

Overbrd commented 4 years ago

I am looking to take a live JSON feed of data and format the data to display on a web page.

Have a great day!

Matt Lind

On Mar 14, 2020, at 10:23 AM, Ryan Zimmerman notifications@github.com wrote:

 jsonfile is for use in Node.js, not in the browser, so I'm not sure I understand the question?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

RyanZim commented 4 years ago

Yeah, this isn't the module you want for that.

Overbrd commented 4 years ago

Any idea one that may work for me please? Or how it is done?

Have a great day!

Matt Lind

On Mar 14, 2020, at 3:55 PM, Ryan Zimmerman notifications@github.com wrote:

 Yeah, this isn't the module you want for that.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

RyanZim commented 4 years ago

https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch is probably a good starting point.

Overbrd commented 4 years ago

Thank you. All the best.

Have a great day!

Matt Lind

On Mar 16, 2020, at 10:58 AM, Ryan Zimmerman notifications@github.com wrote:

 https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch is probably a good starting point.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.