2.0.0 • Published 2 years ago

@mozeyinedu/vtpass v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago
    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 --

2.0.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago