amazon-code-verify

1.0.1 • Public • Published

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!

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i amazon-code-verify

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    7.28 kB

    Total Files

    6

    Last publish

    Collaborators

    • geekcodershivam