To help users get a better understanding and feeling of words.
It's simple. Just click to use.
Live app: https://peyo.github.io/word-webapp/
- Click a button, get random word.
- Get sentiment of word.
- Get a poem based on word.
- Get link to a book the poem is featured in.
- Get lyrics based on word.
- Get a video of the song.
- Search another random word.
- Dict API used for:
- Get random word
- Get definition of word
- Poem API used for:
- Get poem title & poet from random word (Dict API)
- Books API used for:
- Get book from poem title (Poem API)
- Lyrics API used for:
- Get album, track, & artist from random word (Dict API)
- Get lyrics from album, track, & artist if lyrics exist
- Video API used for:
- Get video from artist & track (Lyrics API)
- 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)
- HTML
- CSS
- JavaScript
- jQuery