Last active
September 23, 2018 13:56
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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