Nathan Andrews

Results 5 comments of Nathan Andrews

New to open-source contribution but would like to take a crack at this. Since this is pulling from an API just showing cases in Brazil [1] would you want to...

Additionally, implementing the NovelCOVID API [1] may make filtering by country easier [1] https://github.com/NovelCOVID/API

Working on adding the new API to the application with minimal change but running into error > json: cannot unmarshal array into Go value of type struct { Data main.LastValues...

Below is how im unmarshaling in my current working implementation of the API: ```go package main import ( "encoding/json" "flag" "fmt" "io/ioutil" "net/http" "os" ) func main() { var country...

Hi @ZetaTwo would you be able to elaborate on "use the proper logging facilities"? For example would the following structure be sufficient: "2023-06-19 13:00:08 Inspecting project [project id1]" "2023-06-19 13:04:28...