sharedcount

1.0.2 • Public • Published

SharedCount

Build Status via Travis CI NPM version

SharedCount module for nodejs

SharedCount API documentation: http://docs.sharedcount.com

This software is released under the MIT license. See LICENSE for more details

Download and Installation

From the command line

$ yarn install sharedcount

or

$ npm install sharedcount

Example use

var SharedCount = require('sharedcount');
 
var sc = new SharedCount({ apikey: 'YOUR_API_KEY' });
 
const result = await sc.url('www.yahoo.com')}

Documentation

Initialize SharedCount object:

var SharedCount = require('sharedcount');
var sc = new SharedCount({
    apiKey: 'YOUR_API_KEY' || process.env.SharedcountApiKey,
});

url(url)

Resolve with share counts for a URL.

sc.url('sharedcount.com')

quota()

Resolve with information about your quota allocation for the day.

sc.quota();

usage()

Resolve with historical quota usage information.

sc.usage();

domain_whitelist()

Resolve with a list of domains added to your domain whitelist, and whether the domain whitelist is currently being enforced.

sc.domainWhitelist();

status()

Check to see if the SharedCount API is currently up.

sc.status();

LICENSE

The MIT License (MIT)

Copyright (c) 2015 Digital Rockers s.r.l.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Readme

Keywords

Package Sidebar

Install

npm i sharedcount

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

8.37 kB

Total Files

9

Last publish

Collaborators

  • digital-rockers
  • gian