https://github.com/tlcheah2/stoic-quote-lambda-public-api
Stoicism Quote Public API
https://github.com/tlcheah2/stoic-quote-lambda-public-api
aws-apigateway aws-lambda backend backend-api expressjs mongodb nodejs serverless-framework
Last synced: about 1 month ago
JSON representation
Stoicism Quote Public API
- Host: GitHub
- URL: https://github.com/tlcheah2/stoic-quote-lambda-public-api
- Owner: tlcheah2
- Created: 2021-07-25T12:16:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T05:57:00.000Z (over 1 year ago)
- Last Synced: 2025-04-13T22:17:49.282Z (about 1 month ago)
- Topics: aws-apigateway, aws-lambda, backend, backend-api, expressjs, mongodb, nodejs, serverless-framework
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 89
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stoicism Quote API Documentation
## Introduction
This API generates stoicism quotes to help you live a better life using Stoicism wisdom.## Overview
At this moment, this GET API returns data in the body as a JSON with the `author` and `quote`.## Usage
GET https://stoic.tekloon.net/stoic-quoteThe request takes no parameters, headers or query strings.
## Example
`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."
}
}
```## Tech Stack used for this project
- AWS API Gateway
- AWS Lambda
- ExpressJS
- MongoDB Atlas
- Serverless Framework