nolenfelten / freecodecamp-chart-the-stock-market

This is a node.js app that allows the user to search for a stocks and see their recent trend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API Basejump: Chart the Stock Market

A NodeJS App that allows users to search for stocks and see their recent trend. The app uses web sockets, so you can see other users add stocks in real time. This app uses the Markit On Demand APIs for the stock data.

You can view the live demo here: https://cryptic-temple-88061.herokuapp.com/

The Web App Does the Following:

  • I can view a graph displaying the recent trend lines for each added stock.
  • I can add new stocks by their symbol name.
  • I can remove stocks.
  • I can see changes in real-time when any other user adds or removes a stock. For this you will need to use Web Sockets.

Link to the freecodecamp project - https://www.freecodecamp.com/challenges/chart-the-stock-market

Deploy On Heroku

To deploy the app to Heroku just click on this button here: Deploy

About

This is a node.js app that allows the user to search for a stocks and see their recent trend.


Languages

Language:CSS 87.0%Language:JavaScript 9.9%Language:HTML 3.1%