An open API service indexing awesome lists of open source software.

https://github.com/zalweny26/funnytools

Various tools to increase programming skills
https://github.com/zalweny26/funnytools

Last synced: about 2 months ago
JSON representation

Various tools to increase programming skills

Awesome Lists containing this project

README

        

# FunnyTools

Tools for various things.

## Installation

Make sure you have NodeJS and NPM installed properly.

Inside the downloaded folder :

```batch
npm install
```

## Usage

```batch
> node index.js -h
Usage: index [options] [command]
Options:
-h, --help display help for command
Commands:
check Check if the credit card number is valid using the luhn algorithm
gen [options] [amount] Generate a specific amount of credit cards, hoping that one of them is valid
help [command] display help for command
```