Skip to content

Instantly share code, notes, and snippets.

@ck3g
Last active September 23, 2018 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ck3g/44afbba3a80270167cedad37bb8114e3 to your computer and use it in GitHub Desktop.
Save ck3g/44afbba3a80270167cedad37bb8114e3 to your computer and use it in GitHub Desktop.
The list of quotes for Alexa Skill example. More here: http://whatdidilearn.info/2018/09/23/how-to-call-external-apis-from-alexa-skill.html
[
{
"content": "Your time is limited, so don't waste it living someone else's life.",
"author": "Steve Jobs"
},
{
"content": "It does not matter how slowly you go, as long as you do not stop.",
"author": "Confucius"
},
{
"content": "Intelligence is the ability to adapt to change.",
"author": "Stephen Hawking"
},
{
"content": "Our greatest weakness lies in giving up. The most certain way to succeed is always to try just one more time.",
"author": "Thomas A. Edison"
},
{
"content": "If you really want to do something, you'll find a way. If you don't, you'll find an excuse.",
"author": "Jim Rohn"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment