Update awesome markdowns github statuses
- awesome-react - React original
- awesome-rust - Rust original
- awesome-electron - Electron original
- awesome-flutter - Flutter original
- awesome-vue - Vue original
Updated at 2021-04-05 04:00@UTC
- Optional: install yarn
- Clone project
git clone https://github.com/eGust/markdown-github-status
- Copy
config/settings.sample.js
toconfig/settings.js
- Add your own token
authToken
. - Install dependencies with
yarn install
ornpm i
- Run it with
yarn start
ornpm start
Several minutes later you should get the formatted markdowns in
dist
folder.
- Click
Generate new token
in Settings -> Developer settings -> Personal access tokens - Check
gist
and clickGenerate token
- Copy and paste to replace
YOUR_SECRET_GITHUB_TOKEN
with your token
You must read the documentation about github API Rate Limit. Be careful if your markdowns extend the limit (5k req/hour).