markdown-progress
markdown-progress copied to clipboard
Progress bars for markdown
Markdown Progress 
Progress bars for markdown.
Have you ever wanted to track some progress in your markdown documents?
Well, I do, and I used progressed.io before but it was shutted down.
So I decided to recreate it.
Usage
Add it as an image in your favorite markdown document, like this github readme, and change the progress number at the end.

Examples
Deploy
Google Cloud
Login and set the project in gcloud if you are not already logged in.
gcloud auth login
gcloud config set project THE_PROJECT_NAME
Deploy it as an HTTP Cloud Function with the Progress entrypoint.
gcloud functions deploy progress --runtime go113 --entry-point Progress --trigger-http --memory 128MB --allow-unauthenticated