diff --git a/README.md b/README.md new file mode 100644 index 0000000..b8d3a06 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# ⚡️ tippin.me Badge Generator + +> Readme badge generator for tippin.me - [lukechilds.github.io/tippin-badge](https://lukechilds.github.io/tippin-badge/) + +[tippin.me](https://tippin.me) is a really cute service to easily receive tips via the Bitcoin Lightning Network. Add a tippin.me badge to your open source projects to allow people to tip your work. + +![](/screenshot.png) + +## Usage + +Just enter your Twitter handle into text input at [lukechilds.github.io/tippin-badge](https://lukechilds.github.io/tippin-badge/) and copy the Markdown code into the readme file of your open source project. + +It will render a badge that links to your tippin.me page and looks something like this: + +[![tippin.me](https://badgen.net/badge/%E2%9A%A1%EF%B8%8Ftippin.me/@lukechilds/F0918E)](https://tippin.me/@lukechilds) + +You can see how it looks in one of my projects here: + +![](/readme-example.png) + +## License + +MIT © Luke Childs diff --git a/readme-example.png b/readme-example.png new file mode 100644 index 0000000..d856a74 Binary files /dev/null and b/readme-example.png differ diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..da968ec Binary files /dev/null and b/screenshot.png differ