Skip to content

StockVisualizer/StockApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#StockApp

*StockApp is a a Node.js app for users to visualize stock data

*It uses the Yahoo Finance API for stock data, gridster for managing the widgets on a grid, and flot for the price graph.

  1. If you would like to run StockApp locally, just clone this repo:
git clone https://github.com/stevenmiller888/StockApp.git
  1. Change your directory to StockApp and install required modules
cd StockApp && npm install
  1. Start the server!
npm start
  1. Point your browser to http://localhost:3000/ and have fun!

About

A Node.js app for users to visualize stock data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors