Skip to content

An awesome way to view the star history of Github repo.

License

Notifications You must be signed in to change notification settings

LovelyQuantum/star_history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Star History

based on:https://github.com/timqian/star-history

Website

Extension

Note: You can load the ./extension folder to chrome to install the extension too.

Access Token

Star-history use GitHub API to retrieve repository metadata. When user exceed the rate limit of unauthenticated requests. Star-history will need your personal access token to unlimit it.

If you don't already have one, create one, and add to star-history (no scope to your personal data is needed)

Before your first run

Make sure you have nodejs installed on your machine. Then run following commands:

npm install
# If you are in china, try use cnpm to get fast experience
# https://github.com/cnpm/cnpm
cnpm insatll

Develop

Website

npm run startWebsite

Extension

npm run buildExtension
# load the extension folder as unpacked extension into chrome to view it

Build and Deploy

if you go there directly, install packages with above command first.

Website

# deploy to star-history.t9t.io
npm run deployWebsite

Extension

npm run buildExtension
# zip extension folder and publish to chrome web store

Updates

  • 2021-1-5: update README.md and some HTML change.

About

An awesome way to view the star history of Github repo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published