This is a simple http service to fetch random jokes from the infamous Chuck Norris API: 10 ata time or 1 by 1 in a polling manner.
The functions are written in Typescript and compiled/bundled to JS for the use in modern browsers.
yarn install
yarn build
yarn dev
Now go to http://localhost/5000
and fetch some Chuck Norris jokes.
This project is under MIT License.