KenEucker/biketag-vue

Add an /api/recent endpoint

Opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
Currently, there is no list of "tags played today" on the landing page. To pave the way for that work, we could create a new api endpoint: "recent".

Describe the solution you'd like
Recent should return a list of tags from all games that were posted in the last 24 hours, or the last day (less than 24 hours). By default, it should do the last 24 hours.

This has been added, however it does not fully work for all games.