Skip to content

Amazon Code Verify is a JavaScript One Time Password (OTP) library for OTP fetching and verification. It is used to read the OTP from your mail ID and render it on the console.

License

Notifications You must be signed in to change notification settings

geekcodershivam/amazon-code-verify

Repository files navigation

amazon-code-verify

NPM VERSION

A basic NPM Package which returns the amazon code verify.

Click here to view this package on NPM registry.

Getting started

NPM

To use amazon-code-verify in your project, run:

$ npm i amazon-code-verify

NPM INSTALL NODE JS amazon-code-verify

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js.

Installation is done using the npm install command:

$ npm install amazon-code-verify

Usage

Save file as example.js

//requrie
const verifythrough_outlookmail= require('amazon-code-verify');
//set your credentials
const Email = '*****';
const Password = '*****';
// fetch data
(async () => {
    const data = await verifythrough_outlookmail.getOTP(Email,Password);
    console.log(data);  
})()

Execute script on the command line

node example.js

Contributing to amazon-code-verify

Check out contributing guide to get an overview of amazon-code-verify.

FAQ

Q: Who maintains amazon-code-verify?

Author maintains this library, but we'd love your help and expertise on the project! See Contributing.

Errors

  • login-error - Invaid credentials.
  • LOGIN---IN_Complete - Invaid credentials or Please try-out manually..
  • check your mail ! - Not receiving verification codes.
  • otp-error ! - amazon verification mail is not found.

Oh, Thanks!

Built with Love

One day your life will flash before your eyes. Make sure it is worth watching!

About

Amazon Code Verify is a JavaScript One Time Password (OTP) library for OTP fetching and verification. It is used to read the OTP from your mail ID and render it on the console.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published