jwcrown / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

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


Languages

Language:JavaScript 63.8%Language:HTML 36.2%