snovio-api

0.0.2 • Public • Published

snovio-api

Snov.io Api

Install

$ yarn add snovio-api --save

Get API User ID and API Secret

Usage

import SnovIO from "snovio-api";
 
const snov = new SnovIO("apiUserID", "apiSecret");
 
//You can find out the number of email addresses from a certain domain
snov.getEmailCount("vigiadepreco.com.br").then((count) => {
    console.log(`Email Count: ${count}`);
}).catch((err) => {
    console.log(err);
});
 
snov.getDomainSearch({
    domain: "vigiadepreco.com.br",
    type: "all",
    limit: 1,
    lastId: 0
}).then((res) => {
    console.log(`Email:`, res);
}).catch((err) => {
    console.log(err);
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    2
  • 0.0.1
    0

Package Sidebar

Install

npm i snovio-api

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

67 kB

Total Files

10

Last publish

Collaborators

  • andrehrf