Currently we are just fetching all events from the API but we should do some basic sorting first. Tag based filtering was added to the API in https://github.com/AnalogStudiosRI/api/issues/13 so ideally we should just be able to curate the list ahead of time, e.g.
Currently we are just fetching all events from the API but we should do some basic sorting first. Tag based filtering was added to the API in https://github.com/AnalogStudiosRI/api/issues/13 so ideally we should just be able to curate the list ahead of time, e.g.
Though it seems that node-fetch may not support this??? Worst case, can manually filter on the application side at least.