A desktop financial app and historical market data pattern matcher built on React.
Watch it here.
Clone the source locally:
$ git clone https://github.com/AustinPaley/Financier
$ cd Financier$ cd backend
$ rails s -p 4000Use your package manager to install npm.
In a new terminal tab:
$ cd frontendInstall project dependencies:
$ npm installStart the app:
$ npm start- Historical Pattern Matching for Thousands of Symbols
- Auto-updating Market Data
- Secure profiles
- Symbol Tracking
- Auto updates
- Offline support
command + q - Quit App (while window is open).
MIT © Austin Paley