/word-webapp

Help users get a better understanding and feeling of words.

Primary LanguageJavaScript

word-webapp

To help users get a better understanding and feeling of words.

It's simple. Just click to use.

Demo

Live app: https://peyo.github.io/word-webapp/

Features

  1. Click a button, get random word.
  2. Get sentiment of word.
  3. Get a poem based on word.
  4. Get link to a book the poem is featured in.
  5. Get lyrics based on word.
  6. Get a video of the song.
  7. Search another random word.

APIs used

API dataflow

  1. Dict API used for:
  • Get random word
  • Get definition of word
  1. Poem API used for:
  • Get poem title & poet from random word (Dict API)
  1. Books API used for:
  • Get book from poem title (Poem API)
  1. Lyrics API used for:
  • Get album, track, & artist from random word (Dict API)
  • Get lyrics from album, track, & artist if lyrics exist
  1. Video API used for:
  • Get video from artist & track (Lyrics API)
  1. Sentiment API used for:
  • Get word sentiment from definition (Dict API)
  • Get poem sentiment from poem (Poem API)
  • Get lyrics sentiment from lyrics (Lyrics API)

Technology used

  • HTML
  • CSS
  • JavaScript
  • jQuery