andrei1489 / word-of-the-day

Word of the day app (used now with Slack)
0 stars 0 forks source link

Where are the previous WOTDs? #3

Open Squybee opened 6 years ago

Squybee commented 6 years ago

It would be nice to have a feature where one can download a list of past WOTDs (CSV format?)

andrei1489 commented 6 years ago

The app does not store any messages at this time, seeing as it's run locally and pushed to a slack endpoint, you would have no way of reaching the app.

andrei1489 commented 6 years ago

A solution to this would be to switch to spring boot, add rest endpoints for full slack integration with commands, and Hibernate with a H2 database. A pull request is always welcomed :)

andrei1489 commented 6 years ago

https://cloud.google.com/free/docs/always-free-usage-limits it seems the free tier at google could be a reasonable hosting solution for the app