Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "pageviews", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A lightweight JavaScript client library for the Wikimedia Pageviews API for Wikipedia and various of its sister projects for Node.js and the browser.", | ||
@@ -29,3 +29,7 @@ "main": "pageviews.js", | ||
"request": "^2.67.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"mocha": "^2.4.5" | ||
} | ||
} | ||
} |
/** | ||
* @license | ||
* Copyright 2015 Thomas Steiner (@tomayac). All Rights Reserved. | ||
* Copyright 2016 Thomas Steiner (@tomayac). All Rights Reserved. | ||
* | ||
@@ -5,0 +5,0 @@ * Licensed under the Apache License, Version 2.0 (the "License"); |
# pageviews.js | ||
A lightweight JavaScript client library for the [Wikimedia Pageviews API](https://wikimedia.org/api/rest_v1/?doc#!/Pageviews_data) for Wikipedia and various of its sister projects for Node.js and the browser. | ||
A lightweight JavaScript client library for the [Wikimedia Pageviews API](https://wikimedia.org/api/rest_v1/?doc#!/Pageviews_data) for Wikipedia and various of its sister projects for **Node.js** and the **browser**. | ||
# Installation | ||
With npm: | ||
```bash | ||
@@ -11,2 +13,8 @@ $ npm install pageviews | ||
With bower: | ||
```bash | ||
$ bower install pageviews | ||
``` | ||
# Usage in Node.js | ||
@@ -157,3 +165,3 @@ | ||
# License | ||
Copyright 2015 Thomas Steiner (@tomayac) | ||
Copyright 2016 Thomas Steiner (@tomayac) | ||
@@ -160,0 +168,0 @@ Licensed under the Apache License, Version 2.0 (the "License"); |
44452
11
626
179
2