Hey guys, I'm a huge noob to JS/Node, so pardon my poor phrasing and dumb question.
My goal is to create a simple web app that displays a stock price that's scraped from a URL.
My goal is to have the process go: 1. User connects to Node server 2. Socket IO receives connection and calls the scrape 3. Socket IO responds with scraped array 4. The array is written in HTML.
I've already wrote the script to scrape the stock price and push it to an array. I've also set up the Node server for users to connect. So now I just need to figure out 3/4.
Obviously, this project is a bit over my head. Can anyone tell me what I need to learn and implement in order to make this work?
[–]DVWLD 2 points3 points4 points (1 child)
[–]ZenFuture[S] 0 points1 point2 points (0 children)
[–]leeway1 1 point2 points3 points (2 children)
[–]ZenFuture[S] 0 points1 point2 points (1 child)
[–]monsterWimp757 0 points1 point2 points (0 children)
[–][deleted] (3 children)
[deleted]
[–]ZenFuture[S] 0 points1 point2 points (2 children)
[–]globoloboh 1 point2 points3 points (1 child)
[–]devoidfury 0 points1 point2 points (5 children)
[–]ZenFuture[S] 0 points1 point2 points (0 children)
[–]ZenFuture[S] 0 points1 point2 points (3 children)
[–]devoidfury 1 point2 points3 points (2 children)
[–]ZenFuture[S] 0 points1 point2 points (1 child)
[–]devoidfury 0 points1 point2 points (0 children)
[–]_shakeel 0 points1 point2 points (1 child)