nurikk / shares-count

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shares counter

Tiny(1.9kB non gzip, 840B gzip) social network counter

Installation

npm install --save shares-counter

Usage

counter = require('shares-counter')
counter.get('vk', 'www.aviasales.ru', function(shares) {
    console.log('vk shares', shares);
});

Build own

webpack -p and see dist folder

Supported networks

facebook (facebook.com) twitter (twitter.com) vk (vk.com) ok (ok.ru)

About


Languages

Language:CoffeeScript 84.9%Language:JavaScript 15.1%