git-stats importer for FreeCodeCamp users
npm install git-stats-fcc-importergit-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.
> $ npm i -g git-stats-fcc-importer
> $ git-stats-fcc-importer
> $ git-stats
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
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.