# repocount

> Fetch a user's contribution statistics from various platforms

Latest version **0.0.1** (published 2013-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install repocount
pnpm add repocount
yarn add repocount
bun add repocount
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2013-11-07 |
| First published | 2013-11-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Boris Cherny |
| Maintainers | bcherny |
| Keywords | repository, github, npm, bower, component, contribution, count, tally, statistic, social |

## Links

- npm: https://www.npmjs.com/package/repocount
- Repository: git@github.com:eighttrackmind/repocount
- Issues: https://github.com/eighttrackmind/repocount/issues
- npm.io page: https://npm.io/package/repocount

## Dependencies (1)

- [uxhr](https://npm.io/package/uxhr.md) ~1.0.2

## Recent versions

- 0.0.1 (latest) — 2013-11-07

## README

repocount
=========

Fetch a user's contribution statistics from various platforms (currently supports Github).

## features

- supports github
- supports paginated responses
- async, so it won't block anything else going on on the page
- umd

## usage

```coffee
	new repocount
		github: 'myGithubUsername'
	, (repos) ->
		
		# returns object where each key is the platform and each value is an array of contributions, like so:
		#
		# {
		# 	github: [ ... ] 
		# }
```

## building it yourself

```bash
npm install
grunt
```

## running the tests

```bash
npm install
buster-server
# open the given URL in a browser and press "Capture browser", then:
buster-test
```

---
_Source: https://npm.io/package/repocount · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
