Below you will find pages that utilize the taxonomy term “Go”
Postsread more
Fortune API
When I first created my dynamic Github Profile I was using a third party API for getting random messages, aka fortune cookies, but this API suddenly stopped working, breaking the profile. So I decided to write one!
The idea
For this API I got back to the source of it, the Fortune Unix program.
The strategy was create an endpoint that would execute Fortune and give it’s output as a response. Simple enough.