github-stars-by-month

github stars by month in CSV format

Usage no npm install needed!

<script type="module">
  import githubStarsByMonth from 'https://cdn.skypack.dev/github-stars-by-month';
</script>

README

github-stars-by-month

First copy config-example.js to config.js and add your personal Github token , then:

node app apostrophecms/apostrophe

Options:

frequency

Use --frequency=quarterly for quarterly data. Use --frequency=weekly for weekly data (this uses a Sunday - Saturday week).

reverse

Use --reverse to see the data in reverse chronological order.

TODO:

  • clean this up as something you can npm install -g.