royalpay / towxml-service

HTML or markdown to WXML(WeiXin Markup Language) restful service by towxml (https://github.com/sbfkcel/towxml)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

towxml-service

Clone towxml-service

git clone https://github.com/royalpay/towxml-service.git

Build towxml-service docker image

cd towxml-service

docker build -t towxml-service .

Run towxml-service docker container

docker run --name="towxml-service" -p 9600:9600 -d towxml-service

Visit towxml-service docker container

curl http://localhost:9600

About

HTML or markdown to WXML(WeiXin Markup Language) restful service by towxml (https://github.com/sbfkcel/towxml)

License:Apache License 2.0


Languages

Language:JavaScript 80.6%Language:Dockerfile 9.8%Language:Makefile 9.5%