meddelare-counters
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "meddelare-counters", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Node.js promise-based, asynchronous, parallel, per-URL social network share count fetcher -- the base of Meddelare.", | ||
"homepage": "http://meddelare.com/", | ||
"homepage": "https://meddelare.com/", | ||
"repository": { | ||
@@ -38,3 +38,3 @@ "type": "git", | ||
"name": "Meddelare", | ||
"url": "http://meddelare.com/" | ||
"url": "https://meddelare.com/" | ||
}, | ||
@@ -41,0 +41,0 @@ "contributors": [{ |
@@ -1,2 +0,2 @@ | ||
# [Meddelare](http://meddelare.com/) Social Buttons Share Count Fetcher [meddelare-node-counters](https://github.com/meddelare/meddelare-node-counters) | ||
# [Meddelare](https://meddelare.com/) Social Buttons Share Count Fetcher [meddelare-node-counters](https://github.com/meddelare/meddelare-node-counters) | ||
@@ -6,10 +6,12 @@ | ||
Check out [meddelare.com](http://meddelare.com/)! | ||
[![A screenshot of the button example](https://cloud.githubusercontent.com/assets/1398544/8511166/5c92d0b2-230b-11e5-895a-d3b67da749b5.png)](https://meddelare.com/) | ||
[![A screenshot of the button example](https://cloud.githubusercontent.com/assets/1398544/8511166/5c92d0b2-230b-11e5-895a-d3b67da749b5.png)](http://meddelare.com/meddelare-examples) | ||
Check out [meddelare.com](https://meddelare.com/) and view examples on [meddelare.com/meddelare-examples](https://meddelare.com/meddelare-examples). | ||
View examples on [meddelare.com/meddelare-examples](http://meddelare.com/meddelare-examples). | ||
--- | ||
## Share count fetcher | ||
@@ -20,3 +22,3 @@ | ||
- If you want a ready-made standalone Meddelare server, check out [meddelare-node-server](https://github.com/meddelare/meddelare-node-server). | ||
- If you want to use Meddelare in an existing Express server, check out [meddelare-node-expess](https://github.com/meddelare/meddelare-node-expess). | ||
- If you want to use Meddelare in an existing Express server, check out [meddelare-node-express](https://github.com/meddelare/meddelare-node-express). | ||
@@ -27,6 +29,6 @@ | ||
- Get counts from multiple social networks in a single API call, returned as a javascript object literal. | ||
- Retrieval is asynchronous and uses [bluebird](https://github.com/petkaantonov/bluebird) promises. | ||
- The library calls social networks in parallel, making it (approximately) as fast to get the count from one as several at once. | ||
- Super-fast in-memory cache keeps the most recent results per network and url. | ||
- **Retrieval is asynchronous** and uses [bluebird](https://github.com/petkaantonov/bluebird) promises. | ||
- **Calls social networks in parallel** from the server, making it (approximately) as fast to get the count from one as several at once. | ||
- **Can be used for both server-side and client-side** logic, for example calculating daily statistics or backing a sharing widget. | ||
- **Super-fast in-memory cache** keeps the most recent results per network and url. | ||
@@ -50,3 +52,3 @@ | ||
// Use your own website here, or a specific page url. | ||
var url = "http://meddelare.com", | ||
var url = "https://meddelare.com", | ||
networks = [ | ||
@@ -69,3 +71,3 @@ "facebook", | ||
**Url** | ||
Use the `url` parameter to specify the address which you want to retrieve the number of shares for, for example `http://meddelare.com` or a more specific url poiting to a specific page. | ||
Use the `url` parameter to specify the address which you want to retrieve the number of shares for, for example `https://meddelare.com` or a more specific url poiting to a specific page. | ||
@@ -128,4 +130,4 @@ | ||
Copyright (c) 2015 Team Meddelare <http://meddelare.com/> All rights reserved. | ||
Copyright (c) 2015 Team Meddelare <https://meddelare.com/> All rights reserved. | ||
When using [meddelare-node-counters](https://github.com/meddelare/meddelare-node-counters), comply to the [MIT license](http://opensource.org/licenses/MIT). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18777
128