Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
[#23] Update README with NPM details
Browse files Browse the repository at this point in the history
  • Loading branch information
brew committed May 16, 2017
1 parent f0e045e commit 24f8961
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ config:

Below is the specific configuration settings for each type of data source.

### Code hosting
### Code Hosting

#### Github

Expand All @@ -85,6 +85,24 @@ config:
```


### Code Packaging

#### NPM

The NPM processor collects data from the Node Package Manager (NPM) service where our Node and Javascript projects are hosted for distribution. The processor collects the number of daily `downloads` for each package listed in the `packages` section of the project configuration.

```yaml
config:
code-packaging:
npm:
packages:
- 'jsontableschema'
- 'goodtables'
- 'tableschema'
```

If no data has previously been collected for a particular package, the NPM processor will request daily data for all days since the beginning of the project.

### Social Media

#### Twitter
Expand Down

0 comments on commit 24f8961

Please sign in to comment.