Skip to content

基于 Nodejs 和 GraphicsMagick 开发的 IP 签名档

Notifications You must be signed in to change notification settings

Hydrostic/ipcounter

Repository files navigation

签名档生成器

简介

基于 Nodejs 和 GraphicsMagick 开发的 IP 签名档,可以用来装逼

展示

简洁模式

简洁模式

完整模式

完整模式

用法

在线版

简洁模式

  • 图片获取:
https://tool.hydrostic.com:1315/ipcounter
  • Markdown:
![anything you want](https://tool.hydrostic.com:1315/ipcounter)
  • HTML:
<img src="https://tool.hydrostic.com:1315/ipcounter" alt="anything you want">

完整模式

  • 图片获取:
https://tool.hydrostic.com:1315/ipcounter?mode=2&bilibili={your bilibili account}&github={your github account}&mail={your email}&luogu={your luogu account}
  • Markdown:
![anything you want](https://tool.hydrostic.com:1315/ipcounter?mode=2&bilibili={your bilibili account}&github={your github account}&mail={your email}&luogu={your luogu account})
  • HTML:
<img src="https://tool.hydrostic.com:1315/ipcounter?mode=2&bilibili={your bilibili account}&github={your github account}&mail={your email}&luogu={your luogu account}" alt="anything you want">

自部署

cd #any dir you want
git clone https://github.com/Hydrostic/ipcounter.git
cd ipcounter
npm install #也可使用 cnpm install

# ubuntu
apt-get install graphicsmagick
# centos
yum install graphicsmagick

npm run start # 启动

然后服务就跑在 1314 端口上啦!

感谢

xhboke的签名档(php 原版)

hanlin-studio的签名档(php 改编)

这两个作品带给我的启发

授权

MIT

About

基于 Nodejs 和 GraphicsMagick 开发的 IP 签名档

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published