/Seer

using electron js and stock information api to get active trading insights

Primary LanguageJavaScriptMIT LicenseMIT

Seer

Using Yahoo Finance node JS module to apply algorithm trading principles in real time. An app that will recommend buying and selling trends based on moving averages of stocks

#####################################################################################

INSTRUCTIONS

  1. download repository
  2. make sure you have node js installed in your machine, you can check that by tying node in your bash/terminal/cmdline. If not installed install from this link here.(Its not a virus dont worry)
  3. run npm install this will install all the dependencies needed for development and running.
  4. Now use your commandline or terminal to navigate into the directory you downloaded the repository in and run the command npm run sight. This should run the json package start script which will show you the program!
  5. Furthermore for faster development dev.sh can be run which will run the browserify command and bundle the js wihtout needing seperate commands!

!DISCLAIMER THIS IS NOT FINANCIAL ADVICE!