An open API service indexing awesome lists of open source software.

https://github.com/tohjustin/github-goals

A chrome extension for tracking your recent Github contributions count
https://github.com/tohjustin/github-goals

chrome-extension github-contributions

Last synced: 7 months ago
JSON representation

A chrome extension for tracking your recent Github contributions count

Awesome Lists containing this project

README

          









A chrome extension to track your Github contributions!

## Extension Preview



## Prerequisites

- [Node.js](https://nodejs.org/en/download/)
- [Yarn](https://yarnpkg.com/en/docs/install#mac-tab)

## Installation

``` bash
git clone https://github.com/tohjustin/github-goals.git
cd ./github-goals
yarn
```

## Getting Started

``` bash
# bundle files for development (target '/dist/dev' directory when loading the unpacked extension)
yarn run start

# bundle files for production (make sure you have generated a private key 'mykey.pem' beforehand)
yarn run build
```

## License

MIT © [Justin Toh](https://github.com/tohjustin)