Search on GitHub the most starred repositories that use JavaScript and TypeScript, and add the weekly download counts for each package from npmjs.org
๐ See live demo
$ git clone https://github.com/ScaleDynamics/github-repo-search.git
$ cd github-repo-search
$ npm installRun the following command once to authenticate to your ScaleDynamics account with the warp CLI:
$ npx warp loginGenerate a new token:
- go to https://github.com/settings/tokens/new
- enable at least the
public_reposcope - generate token
Save your token:
- open the
api/index.jsfile - replace the
'YOUR_API_TOKEN'with yours
# run on localhost
$ npm run dev
# build and deploy to production
$ npm run build
$ npm run deployCopyright 2020 ScaleDynamics SAS. All rights reserved.
Licensed under the MIT license.
