Skip to content

Tool to track ETF and stock investments, written in Rust+JS

License

Notifications You must be signed in to change notification settings

thiesgerken/stockdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StockDB

Tool to query and analyze stock and ETF investments using realtime and historical price data.

Install

  • openssl rand -base64 32 to obtain secret key
  • openssl ecparam -genkey -name prime256v1 -out vapid.pem to obtain private key for push
  • openssl ec -in vapid.pem -pubout -outform DER | tail -c 65 | base64 | tr '/+' '_-' | tr -d '\n' to obtain base64 encoded public key for use in js