This app gets a running record from Fitbit and send a report to a Mastodon instance.
see .env.example
When you access Fitbit the first time, the tokens automatically saved in credentials.json like this:
{
"access_token": "",
"refresh_token": "",
"expires_at": ""
}