Commit Graph

14 Commits

Author SHA1 Message Date
Adithya Chari
894c73d5b6 Updated the application to use the AlphaVantage API.
This change may slow down the program, as the free API is rate-limited to 5 requests a minute.
2020-05-11 19:10:31 -05:00
Adithya Chari
a498934181 Improved error handling: Skips stock instead of panicing when API fails 2020-04-09 13:27:53 -05:00
Adithya Chari
fec7964ac0 Merge pull request #3 from jonafato/configurable-api-token
Add api token flag
2020-04-05 23:26:14 -05:00
Jon Banafato
cf884263c8 Add api token flag
Currently the `demo` API token is hardcoded, which is not usable for
real API calls. Add a new CLI flag to allow users to supply their own
registered API token.
2020-04-06 00:21:17 -04:00
Adithya Chari
124fa37be8 Merge pull request #2 from jonafato/configurable-ledger-binary
Add ledger binary command line flag
2020-04-05 22:58:52 -05:00
Jon Banafato
0f58a18825 Add ledger binary command line flag
Allow the ledger binary used to be specified by the user. Journal syntax
is not 100% compatible across implementations, so supporting others
(e.g. hledger) make the updater work for those users' journals.
2020-04-05 23:43:22 -04:00
Adithya Chari
2a69a072be Create LICENSE.md 2019-11-29 15:56:31 -06:00
Adithya Chari
567758c788 update 2019-11-29 15:55:53 -06:00
Adithya Chari
a83847f65a merge 2019-11-27 20:11:05 -06:00
Adithya Chari
38e96bfa37 updated error handling 2019-11-27 20:09:59 -06:00
Adithya Chari
6f289b75a9 Update README.md 2019-11-27 14:30:02 -06:00
Adithya Chari
02473d80a7 Create README.md 2019-11-27 14:22:05 -06:00
Adithya Chari
a5dbd81cad Update main.go 2019-11-27 14:16:03 -06:00
Adithya Chari
35a64342fd initial 2019-11-27 14:13:38 -06:00