All Projects → jrm2k6 → contwidgetor

jrm2k6 / contwidgetor

Licence: MIT license
Displays your contributions from Github and Bitbucket

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to contwidgetor

Grav Plugin Git Sync
Collaboratively Synchronize your Grav `user` folder hosted on GitHub, BitBucket or GitLab
Stars: ✭ 183 (+577.78%)
Mutual labels:  bitbucket
Docker Android Build Box
An optimized docker image includes Android, Kotlin, Flutter sdk.
Stars: ✭ 245 (+807.41%)
Mutual labels:  bitbucket
badwolf
Docker based continuous integration, continuous deployment and code lint review system for BitBucket
Stars: ✭ 88 (+225.93%)
Mutual labels:  bitbucket
Codebucket
CodeBucket is the best way to browse and maintain your Bitbucket repositories on any iPhone, iPod Touch, and iPad device!
Stars: ✭ 191 (+607.41%)
Mutual labels:  bitbucket
Git Link
Emacs package to get the GitHub/Bitbucket/GitLab/... URL for a buffer location
Stars: ✭ 239 (+785.19%)
Mutual labels:  bitbucket
Git Credential Manager For Windows
Secure Git credential storage for Windows with support for Visual Studio Team Services, GitHub, and Bitbucket multi-factor authentication.
Stars: ✭ 2,732 (+10018.52%)
Mutual labels:  bitbucket
Env Ci
Get environment variables exposed by CI services
Stars: ✭ 180 (+566.67%)
Mutual labels:  bitbucket
Client
Bitbucket API 2.0 client for PHP
Stars: ✭ 85 (+214.81%)
Mutual labels:  bitbucket
Showingithub
Xcode plugin to open the GitHub page of the commit of the currently selected line in the editor window.
Stars: ✭ 243 (+800%)
Mutual labels:  bitbucket
10-days-of-git-and-github
asabeneh.github.io/10-days-of-git-and-github/
Stars: ✭ 786 (+2811.11%)
Mutual labels:  bitbucket
Cgx
💻🔥CLI to generate the recommended documentation/files to improve contribution (Github, Gitlab, CodeCommit and Bitbucket)
Stars: ✭ 190 (+603.7%)
Mutual labels:  bitbucket
Git Open
Type `git open` to open the GitHub page or website for a repository in your browser.
Stars: ✭ 2,694 (+9877.78%)
Mutual labels:  bitbucket
Bitbucket.Net
C# client for Atlassian Bitbucket Server
Stars: ✭ 29 (+7.41%)
Mutual labels:  bitbucket
Rabbit
⚡️ A lightweight service that will build and store your go projects binaries, Integrated with Github, Gitlab, Bitbucket and Bitbucket Server.
Stars: ✭ 185 (+585.19%)
Mutual labels:  bitbucket
gitcolombo
🧬 Extract and analyze contributors info from git repos
Stars: ✭ 55 (+103.7%)
Mutual labels:  bitbucket
Hooka
😎 A webhook server with zero coding
Stars: ✭ 180 (+566.67%)
Mutual labels:  bitbucket
Git Auto Deploy
Deploy your GitHub, GitLab or Bitbucket projects automatically on Git push events or web hooks
Stars: ✭ 251 (+829.63%)
Mutual labels:  bitbucket
compare-url
CircleCI 2.1 pipelines disable the CIRCLE_COMPARE_URL environment variable, useful when working with monorepo projects. This orb manually recreates (and improves!) it.
Stars: ✭ 31 (+14.81%)
Mutual labels:  bitbucket
go-bitbucket-v1
Bitbucket-server API (v1.0) library for Golang.
Stars: ✭ 45 (+66.67%)
Mutual labels:  bitbucket
playwright-ci
☁️ Set up Playwright in CI
Stars: ✭ 27 (+0%)
Mutual labels:  bitbucket

Contwidgetor

##What is it?

Github is great to show you all your contributions as a timeline. Bitbucket doesn't have any of this. I use mainly Github for my open-source projects but also use a bit of Bitbucket for some other projects that I consider more private. I still want to show that I am contibuting even if it is not on Github. It is in my opinion important to show that you are passionate about programming when you are looking for a new job for example.

Contwidgetor (still looking for a better name) will display a grid showing all your contributions for the past year (commits only). It merges your contributions from Github and Bitbucket.

Installation

npm install contwidgetor

Setup

You need to create a .env file at the root of your project. You just need to fill some simple properties.

You can see the .env.example provided in the repo to have an idea of what to put in it.

What if I don't have the right tokens?

For Github, go to creating an API token

For Bitbucket, go to create a consumer

API

There is only 3 methods provided by the package:

fetchContributions: will fetch your contributions from Bitbucket and Github and store the results in an in-memore database.

getContributionsTimeline: will create a JSON file (from the filename provided in the .env file) containing your contributions

getContributionsGridWidget: will create the grid UI component depending or not on the existence of the JSON file containing your contributions. This will return a React component that you can rendered server side (it won't contain any interaction though).

Contwidgetor-ui package

contwidgetor-ui is the package providing the React components to display the grid. It is still in development but you can check out the example of this package to know how to use it on the client side, and providing your own JSON object representing your contributions.

Example

You can run the example provided in this package. You just have to modify the cli.js example to call the method you want. You need to create your .env file first.

To run the example:

cd Example
npm install
node cli.js

If you have generated your JSON file:

webpack
open index.html
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].