1.0.3 • Published 10 months ago

kopeechka v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

Kopeechka

its A Kopeechka.store API Wrapper

Installation

You can use the following command to add the library to your project:

npm install kopeechka

Usage

ApiKey Connection

import { KopeechkaClass } from 'kopeechka';
//or
const { KopeechkaClass } = require("kopeechka")
const api = new KopeechkaClass("1234567890", "2.0");

Request Email

  const d = await api.getEmailRequest({
    site: "github.com",
    mailType: "outlook"
  })
  console.log(d)

Get Email Response

      const getResponseEmail = await api.recieveEmail({ 
        taskID: "1234567890"
      })
      
  console.log(getResponseEmail)
1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago