0.0.1 • Published 6 years ago

webshrinker v0.0.1

Weekly downloads
6
License
ISC
Repository
github
Last release
6 years ago

Webshrinker Client

Unofficial Node client for Websrhinker APIs (https://www.webshrinker.com)

Installing

Using npm:

npm install webshrinker

Website Category API

'use strict';

const Webshrinker = require("webshrinker");
const webshrinker = new Webshrinker({key: "YOUR_KEY", secret: "YOUR_SECRET"});

webshrinker.getCategories("https://www.vojtechkozak.cz").then(console.log)

Website Domain API

Website Screenshot API

Reference