You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vccmanager is a simple ruby gem that makes it possible to generate virtual credit cards via Marqeta API.
What functions does it have?
At the moment Vccmanager is capable of generating new virtual credit cards, listing existing cards and showing specific information of each one. It does ship with more capabilities (account registration, creating card products etc), however, they are not implemented in CLI as of now.
What are the dependencies?
This gem requires net/http, uri, json and colorize to work.
How to launch it?
"bundler exec ruby lib/vccmanager.rb", which isn't really appropiate way (yet) but hey, it works. Going to make this right soon.
Should I use it?
Absolutely not. It's full of vulnerabilities, has no real functions and requires contract with Marqeta to actually put this to work.