SkillAgentSearch skills...

Duing

:scream: The progress bar / status badge of SVG generator service

Install / Use

/learn @lishengzxc/Duing
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <img src="https://github.com/lishengzxc/duing/blob/master/logo.jpg?raw=true" width="300"> </div>

The progress bar / status badge of SVG generator service

Features

| Type | Config | Url | Preview | | ------------- | ------------- | ----- | ----- | | Bar | percent<br/>width<br/>height<br/>color | https://img.lishengcn.cn/progress?percent=25 | | | Circle | percent<br/>width<br/>color | https://img.lishengcn.cn/progress?percent=35&type=circle | | | Checkbox | checked<br/>size<br/>color | https://img.lishengcn.cn/checkbox?checked=1 | | | Label | key<br/>value<br/>keyColor<br/>valueColor<br/>keyBgColor<br/>valueBgColor<br/>size | https://img.lishengcn.cn/label?key=解决率&value=99% | | | Seal | value<br/>size<br/>valueBgColor<br/>valueColor<br/>ghost | https://img.lishengcn.cn/seal?value=FIXED | | | Dot | width<br/>color | https://img.lishengcn.cn/dot | | | Histogram | list<br/>color<br/>title<br/>type(histogram / line) | https://img.lishengcn.cn/histogram?list=[{"k":"k","v":1}] | <br/> | | Count (WIP) | ... | ... | ... | | ... | ... | ... | ... |

Deploy Run

$ docker build -t duing-image .
$ docker run --rm --name duing -p 3000:3000 duing-image

I used caddy to make it in product environment well! (HTTPS, HTTP/2) Not only you can get service from img.lishengcn.cn, but also can deploy it by yourself.

Dev

$ npm install
$ npm run dev

Contributing

Welcome~

Donate

You can get all "duing"s by img.lishengcn.cn. If it makes you feel convenient, you may help me to get one or two stable and better server. (I don't mean now is not stable, now is stable enough for the current user. But the service will be disable when deploying. It doesn't master by 200 from cache)

<img src="https://github.com/lishengzxc/duing/blob/master/qrcode.jpg?raw=true" width="180">

License

MIT License

Copyright (c) 2017 ls

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Related Skills

View on GitHub
GitHub Stars69
CategoryDevelopment
Updated10mo ago
Forks14

Languages

JavaScript

Security Score

92/100

Audited on May 20, 2025

No findings