fortune-ts
v1.1.7
Published
Fortune is a Node.js application that Unix-style fortune telling program clone written in Typecript.
Downloads
4
Readme
Fortune - Random Quote Generator
Fortune is a Node.js application that Unix-style fortune telling program clone written in Typecript.
Getting Started
Prerequisites
- Node.js
- NPM
Installation and Usage
With NPM
Install globally and run with fortune
command
$ npm install - g fortune-ts
$ fortune
With Docker
Alternatively, you can use Docker to run the project in a container. First, make sure you have Docker installed on your system. The application will start inside the Docker container, and you will see the random quote displayed on the console.
docker run -it --rm devmisterio/fortune
Customizing Quotes
To add your own quotes or modify existing ones, simply edit the text files in the "texts" folder. Each quote should be separated by the "%" symbol.
License
This project is licensed under the GNU GPL. See the LICENSE file for details.
Contributions
Contributions to the project are welcome. Feel free to submit bug reports, feature requests, or pull requests.
Contact
If you have any questions or need further assistance, feel free to contact me at [email protected]