This API generates stoicism quotes to help you live a better life using Stoicism wisdom.
At this moment, this GET API returns data in the body as a JSON with the author
and quote
.
GET https://stoic.tekloon.net/stoic-quote
The request takes no parameters, headers or query strings.
curl -X GET https://stoic.tekloon.net/stoic-quote
Generates:
{
"data": {
"author":"Ryan Holiday",
"quote":"True will is quiet humility, resilience, and flexibility; the other kind of will is weakness disguised by bluster and ambition."
}
}
- AWS API Gateway
- AWS Lambda
- ExpressJS
- MongoDB Atlas
- Serverless Framework