Steven Polley steven
  • Canada
  • https://stevenpolley.net
  • I hate computers, but I am drawn to them. What wonders... what misery...

  • Joined on 2019-01-05
steven pushed to main at steven/ynab-portfolio-monitor 2023-11-14 00:29:47 +00:00
8a61bba688 make login a private method
steven pushed to main at steven/ynab-portfolio-monitor 2023-11-13 23:31:03 +00:00
4ff4c62daf fix timezones
steven pushed to main at steven/ynab-portfolio-monitor 2023-11-13 23:28:02 +00:00
77e467071b set timezone for memo
steven pushed to main at steven/ynab-portfolio-monitor 2023-11-13 23:18:49 +00:00
f3a7df7de9 copy timezone database from build environment
steven pushed to main at steven/ynab-portfolio-monitor 2023-11-13 23:17:22 +00:00
3691ab496e add timezone info
steven pushed to main at steven/ynab-portfolio-monitor 2023-11-13 22:47:27 +00:00
80f7641bef add quoated at memo
steven pushed to main at steven/ynab-portfolio-monitor 2023-11-13 22:37:42 +00:00
1328310dbd Update readme
steven commented on issue steven/ynab-portfolio-monitor#2 2023-11-13 22:20:42 +00:00
Add Provider: Computershare

Does not seem this is possible due to lack of API.

Instead, added option for static JSON configurations in 7cdf013b1efdc7351d52eb75cd549052bf9d05ab and be7e068fe62915d5be7fd8cf3c4b57504b97d1e5

steven closed issue steven/ynab-portfolio-monitor#2 2023-11-13 22:20:42 +00:00
Add Provider: Computershare
steven closed issue steven/ynab-portfolio-monitor#1 2023-11-13 22:18:51 +00:00
Define common interface for account and security providers
steven commented on issue steven/ynab-portfolio-monitor#1 2023-11-13 22:18:50 +00:00
Define common interface for account and security providers

Added in 72845455711e7e5eb4f3fc11fcb3e33c0d508409

steven pushed to main at steven/ynab-portfolio-monitor 2023-11-13 21:55:50 +00:00
feaa07e251 add rate limit for refresh
steven pushed to main at steven/ynab-portfolio-monitor 2023-11-13 21:07:59 +00:00
a95df7c42b add webserver for refresh hook
steven pushed to main at steven/ynab-portfolio-monitor 2023-11-13 19:25:15 +00:00
7a2e79682c rename quote.go to chart.go
steven pushed to main at steven/ynab-portfolio-monitor 2023-11-13 19:18:24 +00:00
2a13fc9182 static JSON examples showing multiple accounts
steven pushed to main at steven/ynab-portfolio-monitor 2023-11-13 19:14:31 +00:00
5f830294b0 update readme
6436707a5d better error and update comments
Compare 2 commits »
steven pushed to main at steven/ynab-portfolio-monitor 2023-11-13 18:56:19 +00:00
58d4d0ba41 Add README's for providers
be7e068fe6 Add Static JSON Yahoo Finance provider
Compare 2 commits »
steven pushed to main at steven/ynab-portfolio-monitor 2023-11-13 07:33:58 +00:00
67fcfeb177 fix typo's
7cdf013b1e Add finnhub static JSON provider
Compare 2 commits »
steven pushed to main at steven/ynab-portfolio-monitor 2023-11-13 04:40:08 +00:00
7284545571 abstract providers behind a common interface
steven commented on issue steven/ynab-portfolio-monitor#1 2023-11-13 00:28:46 +00:00
Define common interface for account and security providers

Each provider should have a Configure() method which attempts to configure the provider using environment variables. If the configuration is successful, then the provider is used otherwise it is…