A repository which contains (will contain) a lot of quotes. Feel free to add any famous or inspirational quotes you know, that do not already exist. The quotes will be used in some projects I am currently working on, but feel free to use them them yourself.
The quotes database now has an API! All responses are in a JSON format.
high-tech.me/quotes?request=quote
{"text":"Try not to become a man of success, but rather try to become a man of value.","author":"Albert Einstein"}
https://high-tech.me/quotes?request=quote&author=gandhi
{"text":"Be the change that you wish to see in the world.","author":"Mahatma Gandhi"}
https://high-tech.me/quotes?request=amount
{"amount":61}
Note: If you want to use the API yourself, please change the User's Agent "SOURCE" property to your application's name.