anton46 / ay-md-progress

🚦 Simple Progressbar for Markdown, Inspired by http://progressed.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ay-md-progress

☁️ Installation

git clone https://github.com/ayatmaulana/ay-md-progress

πŸš€ Run

Manual

cd ay-md-progress

#if you using yarn
yarn

#if you using npm
npm install

Docker

docker-compose up -d

πŸ“‹ Example

You can access like this

http://YOURDOMAIN/val/{value}

πŸ“ Documentation

param name datatype range default value
value Integer 1 - 100 null

Color info

range color sample
1 - 24 RED color_red
25 - 49 YELLOW color_yellow
50 - 84 BLUE color_red
85 - 100 GREEN color_yellow

πŸ“œ License

MITΒ© Ayat Maulana

About

🚦 Simple Progressbar for Markdown, Inspired by http://progressed.io/

License:MIT License


Languages

Language:JavaScript 100.0%