-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update DESCRIPTION, README, release!
- Loading branch information
ironholds
committed
Nov 17, 2015
1 parent
2f60e2d
commit d004dce
Showing
2 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# pageview | ||
An API client library for Wikimedia traffic data | ||
# pageviews | ||
An API client library for Wikimedia traffic data. | ||
|
||
__Author:__ Oliver Keyes<br/> | ||
__License:__ [MIT](http://opensource.org/licenses/MIT)<br/> | ||
__Status:__ Stable | ||
|
||
`pageviews` provides data from the new Wikimedia RESTful API for pageview data. It allows you to retrieve per-article, per-project, and top-1000 pageview data covering a wide range of times and with filtering around the user's class and platform. | ||
|
||
## Installation | ||
The package is being submitted to CRAN as we speak; in the meantime: | ||
|
||
devtools::install_github("ironholds/pageviews", ref = "0.1.0") |