socialmeter

0.1.4 • Public • Published

Social Meter

A json request API to track and collect your website shares, likes, tweets, and more by nodejs.

We have server now

We live this product at www.pgurl.com. Now, You can just http request from pgurl.com without npm install to your server. Please donate us for maintenance support! Refer more detail on how to do http request from http://easydeveloperlife.blogspot.com/2013/06/new-social-count-data-api-services.html

Socials

Now we support

googleplus
facebook  
twitter  
linkedin  
delicious  
stumbleupon  

More socials to support

digg
weibo

How to install

npm install socialmeter

How to use

var socialmeter = new require('socialmeter');
var social = new socialmeter();

var targeturl = "www.pgurl.com";
var query = "googleplus,facebook,twitter,linkedin,delicious,stumbleupon";
var sharetex = "test for sharing";
social.getdata(targeturl ,query, sharetext, function(socials){
	console.log(socials);
});

Versions

Current Tags

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

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.4
    2
  • 0.1.2
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i socialmeter

Weekly Downloads

2

Version

0.1.4

License

none

Last publish

Collaborators

  • joeyjea