Skip to content

Instantly share code, notes, and snippets.

@peyo
Last active December 19, 2019 02:19
Show Gist options
  • Save peyo/e10debf15c2bb3ae1b0f73e92635c66d to your computer and use it in GitHub Desktop.
Save peyo/e10debf15c2bb3ae1b0f73e92635c66d to your computer and use it in GitHub Desktop.
Word app
Help users gain a better understanding and feeling of words.
---------------------
"A word is dead
When it is said,
Some say.
I say it just
Begins to live
That day." -Emily Dickinson ("A Word is Dead")
---------------------
SEARCH WORD or
Get WORD OF THE DAY
--- https://www.programmableweb.com/api/wordnik-rest-api
--- https://developer.wordnik.com/docs#/words
Use search word or word of the day, as search term to
find DEFINTION.
Choose 1 definition for user and print to DOM.
--- https://dictionaryapi.com/products/api-collegiate-dictionary
Use definition of word to
get SENTIMENT of word.
--- https://cloud.google.com/natural-language/docs/analyzing-sentiment
Use search word or word of the day as a search term to
find a POEM.
Choose 1 poem for user and print to DOM.
--- https://www.programmableweb.com/api/stands4-poetry-rest-api-v2
--- https://www.poetry.net/poetry_api.php
--- https://docs.aws.amazon.com/AWSECommerceService/latest/DG/ItemSearch.html
Use search word or word of the day as a search term to
find a QUESTION asked on Twitter.
Choose 1 question for user and print to DOM.
Maybe link to Twitter?
--- https://developer.twitter.com/en/docs/tweets/search/api-reference/get-search-tweets
(Use question search operator '?')
Use search word or word of the day as a search term to
find LYRIC.
Choose 1 lyric and print to DOM.
Maybe link to YouTube?
Maybe link to Genius?
--- https://www.programmableweb.com/api/stands4-phrases
--- https://www.lyrics.com/lyrics_api.php
--- https://developers.google.com/youtube/v3
--- https://docs.genius.com/#songs-h2
Use search word or word of the day as a search term to
find NEWS ARTICLE.
Choose 1 headline to print to DOM.
--- https://newsapi.org/docs/get-started
List all above in ul as li individually.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment