yuanb10/stockchecker
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Stock Checker is a mini project using node.js and expressjs. The application allows users to type in a valid ticker symbol and then return the price graph of past 1 week, 1 month, 3 months or 1 year. The application is deployed on Heroku with the url: https://stockcheckerbo.herokuapp.com To run this application locally: (1) using command line and go to the project folder (2) type in the following command: DEBUG=rouxmeet:* npm start (3) open a web-browser(hopefully a modern one) and visit: http://localhost:3000