Code Monkey home page Code Monkey logo

amazon-code-verify's Introduction

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!

amazon-code-verify's People

Contributors

geekcodershivam avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.