Skip to content

LoganSurmount/stockminer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build your own Decentralized Social/Tech Media -----------------------------------------------

Discord

The goals of this project are to give more digital power to individuals and businesses by allowing them to create their own websites without having to pay for services/hosting/infrastructure/admining. Currently, the website is able to generate charts and tables for stock algorithmic analysis (for the US market only at the moment). The website layout is defined by a Website.json file which resides in src/website/(mainpage|backpage)/name/website.json



Currently this version is running only on Ubuntu 22.04 but other systems will be added in time eg: *BSD, Windows, MacOSX

To install all dependencies use the "make linux" target otherwise make j will do a make -j 12

./configure
make linux
make npm
npm install pkg/npm/stockminer*.tgz
cd pkg/npm && npm start

It is also possible to just run ./stockminer and connect to https://localhost:4443

On boot, The stockminer daemon will start fetching data for the tickers in data/stocks/STOCKS.TXT The electron npm BrowserWindow app connects to the stockminer node (localhost:4443). An update workspace will be loaded to show the progress of the data fetching. Currently, the standard 1D OHLC data is fetched from yahoo and takes approximately ~1h40m for ~2.6k tickers





About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published