git-stats-fcc-importer
v0.2.1
Published
git-stats importer for FreeCodeCamp users
Downloads
3
Readme
git-stats-fcc-importer
git-stats is a tool for localizing your git statistics, and generating a GitHub-like contributions calendars to visualize your git statistics.
This repo is for FreeCodeCamp users to import their commits on FreeCodeCamp website to keep the completeness of their git stats.
Usage:
$ npm i -g git-stats-fcc-importer
$ git-stats-fcc-importer
$ git-stats
Example:
I want to import the stats of my FCC acount, which named cmal
, so I
$ npm i -g git-stats-fcc-importer
to install this package, and then use this command line tool:
$ git-stats-fcc-importer cmal
If the API responses with correct data, then I can see my
NOTE:
Please reconfirm your username, otherwise you may import another users' stats on FreeCodeCamp.
You may want to do this by trying access to this about
API:
https://www.freecodecamp.com/api/users/about?username= of FreeCodeCamp, to check whether your brownie point to the username is the same as yours.