cozmoc / jokes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Healthera Jokes System

Getting started

  • Install node packages
  • Compile Typescript and run index.js or alternatively run npx ts-node index.ts

Joke APIs

The API documentation can be found here: http://localhost:3050/apis/v1.0/docs

It is also possible to try out the APIs at this location also.

Application

The main application runs at: http://localhost:3050/home

Currently this application makes use of the list and get jokes APIs to select a random joke upon each refresh of the page.

About


Languages

Language:TypeScript 89.1%Language:JavaScript 10.9%