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

https://github.com/robertjgabriel/verified-by-visa

Keeping it simple my password for verified by visa is long and takes way to figure out which is the 2,6,21 character in your password. So this command line tool will help. Makes entering the verified by visa password less hellish.
https://github.com/robertjgabriel/verified-by-visa

side-project visa visa-password

Last synced: about 24 hours ago
JSON representation

Keeping it simple my password for verified by visa is long and takes way to figure out which is the 2,6,21 character in your password. So this command line tool will help. Makes entering the verified by visa password less hellish.

Awesome Lists containing this project

README

          

![alt text](https://github.com/RobertJGabriel/Verified-by-Visa/blob/master/assets/img/banner.png "Fixing Verified by Visa")

# About
Keeping it simple my password for verified by visa is long and takes way to figure out which is the 2,6,21 character in your password. So this command line tool will help. Makes entering the verified by visa password less hellish.
```Chrome extenion coming soon (Help welcomed).```

# Install
```shell
npm install verifiedbyvisa -g
```

# Usage
You need to pass three things into it.
- -p or --password : he password for your verified by visa.

## Example

```shell
verifiedbyvisa -p batman
```

## Screenshot
![alt text](https://github.com/RobertJGabriel/Verified-by-Visa/blob/master/assets/img/help.png "help")

![alt text](https://github.com/RobertJGabriel/Verified-by-Visa/blob/master/assets/img/after.png "it working")