Postwoman作为Postman的女朋友,具有免费开源、轻量级、快速且美观等特性,是一款非常好用的API调试工具。能帮助程序员节省时间,提升工作效率。
Github地址:GitHub - hoppscotch/hoppscotch: 👽 Open source API development ecosystem - https://hoppscotch.io
DEMO演示地址:https://postwoman.io
注:DEMO只能使用它们自己提供的测试接口,如果要调试自己的API接口,则需自己部署一套代码。依赖环境只需要安装了node环境即可,既可以本地部署,也可以跑在docker环境。
安装教程:
1、安装git,node
2、从Github上将代码clone到本地
git clone https://github.com/liyasthomas/postwoman.git
3、编译安装
bash
cd /postwoman
npm install #安装依赖
npm run dev #运行