enquoraging
Version:
A simple NPM Package which returns motivational quotes. You can call the function and display it in your website or app.
63 lines (62 loc) • 1.99 kB
JSON
[
{
"quote": "The greatest glory in living lies not in never falling, but in rising every time we fall.",
"author": "Nelson Mandela"
},
{
"quote": "The way to get started is to quit talking and begin doing.",
"author": "Walt Disney"
},
{
"quote": "Your time is limited, so don't waste it living someone else's life. Don't be trapped by dogma – which is living with the results of other people's thinking.",
"author": "Steve Jobs"
},
{
"quote": "If you set your goals ridiculously high and it's a failure, you will fail above everyone else's success.",
"author": "James Cameron"
},
{
"quote": "Life is what happens when you're busy making other plans.",
"author": "John Lennon"
},
{
"quote": "Tell me and I forget. Teach me and I remember. Involve me and I learn.",
"author": "Benjamin Franklin"
},
{
"quote": "It is during our darkest moments that we must focus to see the light.",
"author": "Aristotle"
},
{
"quote": "Whoever is happy will make others happy too.",
"author": "Anne Frank"
},
{
"quote": "Do not go where the path may lead, go instead where there is no path and leave a trail.",
"author": "Ralph Waldo Emerson"
},
{
"quote": "Life is really simple, but we insist on making it complicated.",
"author": "Confucius"
},
{
"quote": "Imagination is more important than knowledge.",
"author": "Albert Einstein"
},
{
"quote": "Hold fast to dreams, for if dreams die, life is a broken winged bird that cannot fly.",
"author": "Langston Hughes"
},
{
"quote": "The future belongs to those who believe in the beauty of their dreams.",
"author": "Eleanor Roosevelt"
},
{
"quote": "Go confidently in the direction of your dreams. Live the life you have imagined.",
"author": "Henry David Thoreau"
},
{
"quote": "You cannot depend on your eyes when your imagination is out of focus.",
"author": "Mark Twain"
}
]