Stoic Quote API is a program to produce Stoic Quotes from 4 classic Stoicism's books. Read the API documentation here. At default, each API end point will produce a sentence which length is more than 200 characters. The length is deliberate so that the quote can be contextual.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covRoadmap:
- API end points which return a sentence string with the option to set the minimum sentence string length.
- API end points which return a sentence string with the option to set the maximum sentence string length.
- API end points that return a string of a random paragraph.
- API end points which return a JSON object of sentence string with the option to set the minimum sentence string length.
- API end points which return a JSON object of sentence string with the option to set the maximum sentence string length.
- API end points that return a JSON object of a string of a random paragraph.
- API end points that return a JSON object of paragraph quote and a brief explanation from OpenAI's GPT 3.5.
- API end points that return a JSON object of paragraph quote and a brief explanation from OpenAI's GPT 3.5.
Stoic Quote API is powered by NestJS.
Stoic Quote API is MIT licensed. The quotes are in public domain.