thankthemaker / sharespresso

IoT version of the famous coffeemaker payment system from Oliver Krohn and the german c't magazine.
MIT License
9 stars 2 forks source link

jokes form for integrating custom jokes #15

Open derguy opened 5 years ago

derguy commented 5 years ago

Users can contribute their jokes in a form. These jokes will be used instead of the Chuck Norris jokes. New jokes have to be reviewed by an admin before they go productive.

thankthemaker commented 5 years ago

We started collecting some short jokes with google forms, at the moment most of them are in german language.

https://docs.google.com/forms/d/e/1FAIpQLSe4yeZLImGqaQ3jlowN02BKk780XRav9lz-CF9hIWvHyxtSzg/viewform

thankthemaker commented 5 years ago

Next step is to build a REST-API to fetch the jokes from the google sheet. I already set up a sheetsu API, but it's not a good solution as there is no way to fetch the jokes randomly. Fetching all jokes and randomising them locally on the MCU is no option, it'll take to much memory.