GabrielHangor / JokeRobotApp

https://gabrielhangor.github.io/JokeRobotApp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JokeRobotApp

This is a simple training app based on HTML, CSS, JS and 2 APIs - Joke API and Voice RSS Text-To-Speech API.

  • Upon clicking on a button GET request is sent to the Joke API resulting in a received JSON object with a joke string.
  • Joke is sent via the POST request to the Voice RSS Text-To-Speech API.
  • A response is received as an audio and inserted into the audio HTML element which is hidden.
  • Finally the robot is telling user a joke.

Usage

Just browse to https://gabrielhangor.github.io/JokeRobotApp/

About

https://gabrielhangor.github.io/JokeRobotApp/


Languages

Language:HTML 58.0%Language:JavaScript 22.7%Language:CSS 19.3%