1.0.4 • Published 18 days ago

quiver-quest-quoter v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
18 days ago

Quiver Quest Quoter

Quiver Quest Quoter is a minimalistic library designed to fetch and display inspirational quotes. It utilizes a simple caching mechanism to optimize response times and reduce API call frequency.

Installation

Use npm to install Quiver Quest Quoter:

npm install quiver-quest-quoter

Usage

To start the service, ensure you have Node.js installed and run:

node index.js

Make a GET request to /quote to fetch a random inspirational quote:

curl http://localhost:3000/quote

Dependencies

  • axios: For making HTTP requests.
  • dotenv: To manage environment variables.
  • express: To create the server.
  • node-cache: For caching the quotes.
  • cors: To enable CORS.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License.

1.0.4

18 days ago

1.0.2

2 months ago

1.0.0

2 months ago