Skip to content

Commit

Permalink
update DESCRIPTION, README, release!
Browse files Browse the repository at this point in the history
  • Loading branch information
ironholds committed Nov 17, 2015
1 parent 2f60e2d commit d004dce
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Package: pageviews
Title: An API client for Wikimedia traffic data
Version: 0.0.1
Version: 0.1.0
Date: 2015-11-17
Author: Oliver Keyes
Maintainer: Oliver Keyes <ironholds@gmail.com>
Description: Pageview data from the 'Wikimedia' sites, such as 'Wikipedia' (https://www.wikipedia.org/), from entire projects to per-article
Expand Down
15 changes: 13 additions & 2 deletions README.md
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")

0 comments on commit d004dce

Please sign in to comment.