5 years ago
COVID-19
Hey all,
I built out a datasource to monitor the COVID-19 cases and deaths per state. An API key from Finnhub.io is required to run this DataSource. The API key must be saved as a custom prop...
Alright, try this: https://github.com/sweenig/lmcommunity/blob/master/COVID19_by_State/COVID19_by_State.xml
Besides converting to groovy, I converted it to batchscript vs. script. This means that instead of making one call per state ever poll cycle, it makes one call and parses out all the data from that one call. Should help if finnhub ever decides to lower the api limit.