Skip to content

mbartido/stockalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stockalyzer

Web application for analyzing stocks/cryptocurrencies. landingPage Demo: Youtube Link

Requirements

  1. You will need to get an API key from https://www.alphavantage.co/support/. Place this in front-end in a file called config.js. config.js will have the following layout.
var config = {
   "ALPHA_KEY": ''
};
export { config };
  1. Place your key in between the quotes in ALPHA_KEY.

Installation & Build

  1. Install mongoDB: https://www.mongodb.com/download-center#community.
  2. Install nodejs: https://nodejs.org/en/. Download 8.9.4.
  3. npm install -g gulp bower generator-gulp-angular
  4. npm install & bower install (in /front-end)
    1. If any problems come up, delete node_modules and npm install.
    2. If needed, go to package.json, and manually change gulp-sass to version 3.1.0.
  5. To run: cd front-end; gulp serve

About

Web application for analyzing stocks/cryptocurrencies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages