New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

fortune-ts

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fortune-ts

Fortune is a Node.js application that Unix-style fortune telling program clone written in Typecript.

latest
npmnpm
Version
1.1.7
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

Fortune - Random Quote Generator

Fortune is a Node.js application that Unix-style fortune telling program clone written in Typecript.

NodeJS TypeScript Docker

DeepScan grade Known Vulnerabilities

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 arslan_semih@yahoo.com

FAQs

Package last updated on 01 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts