Simple ios/android app to check on the status of your github streak
made using react-native
In order to use this, you have to generate a github secret token for api access.
Generate a secret token at github.com/settings/tokens
put it in a file at app/secrets.js of form
export {'<YOUR-TOKEN>' as token};