diff --git a/README.md b/README.md index 5b88083..f3e804c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # mitmproxy2swagger +![A video showcasing the tool](./docs/video.mp4) + A tool for automatically converting [mitmproxy](https://mitmproxy.org/) captures to [OpenAPI 3.0](https://swagger.io/specification/) specifications. This means that you can automatically reverse-engineer REST APIs by just running the apps and capturing the traffic. ## Installation diff --git a/docs/video.mp4 b/docs/video.mp4 new file mode 100644 index 0000000..d983223 Binary files /dev/null and b/docs/video.mp4 differ