A terminal application that calls the custom CEF Connect API to download the different closed-end fund ticker symbols and their related data
- Run Binary Build
npm run bundle
- Place Binary where wanted on machine (Desktop, etc.)
- Change moderator of file and accept privellages
chmod +x ./rcz-portfolio
and then go toSystem Preferences (Mac OS) and Security & Privacy
. Then clickopen anyway and accept developer privellages prompt
- Either
Double Click Binary (Executable)
orOpen Terminal/Command Prompt
and runcd {{directoryWithFile}} && ./rcz-portfolio
from the directory it exists in. - The binary will run and your CSV file will ouput to the preferred location on your
file system
when complete.
Thank you!