/Stock-App-Explore

Made using backbone.js, express, and node, this web application utilizes the ALPHA VANTAGE (https://www.alphavantage.co/) API to lookup current stock prices.

Primary LanguageJavaScript

Backbone.js Stock App

Made using backbone.js, express, and node, this web application utilizes the ALPHA VANTAGE API to lookup current stock prices.

Setup

  1. Clone project git clone https://github.com/jwcrown/Stock-App-Explore

  2. Inside public folder bower install jquery backbone underscore bootstrap If bower not installed you can download it here

  3. Inside main project folder npm install express request body-parser --save

Run

  1. Inside main project folder node server.js
  2. Project runs on http://localhost:8000/