@mozeyinedu/vtpass

2.0.0 • Public • Published
    npm @mozeyinedu/vtpass
    const VtPass = require("@mozeyinedu/vtpass");

    const vtpass = new VtPass({env: 'dev', username: process.env.USERNAME, password: process.env.PASSWORD )

    async function run(){
        try{
            const res = await vtpass.allApi.view()
            console.log(res.data)
        }
        catch(err){
            console.log(err.message);
        }
    }
    run()

-- Stay tuned --

Readme

Keywords

none

Package Sidebar

Install

npm i @mozeyinedu/vtpass

Weekly Downloads

0

Version

2.0.0

License

ISC

Unpacked Size

34.9 kB

Total Files

31

Last publish

Collaborators

  • mozeyinedu