Skip to content

Commit 9b171de

Browse files
author
Philipp Heckel
committed
Merge branch 'main' of github.com:binwiederhier/ntfy into main
2 parents c0ee174 + fff535c commit 9b171de

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
![ntfy](server/static/img/ntfy.png)
22

3-
# ntfy - simple HTTP-based pub-sub
3+
# ntfy.sh | simple HTTP-based pub-sub
44

5-
**ntfy** (pronounce: *notify*) is a simple HTTP-based [pub-sub](https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern) notification service.
5+
**Ntfy** (pronounce: *notify*) is a simple HTTP-based [pub-sub](https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern) notification service.
66
It allows you to **send notifications to your phone or desktop via scripts** from any computer, entirely **without signup or cost**.
77
It's also open source (as you can plainly see) if you want to run your own.
88

99
I run a free version of it at **[ntfy.sh](https://ntfy.sh)**, and there's an [Android app](https://play.google.com/store/apps/details?id=io.heckel.ntfy)
1010
too.
1111

12+
<p>
13+
<img src="server/static/img/screenshot-curl.png" height="180">
14+
<img src="server/static/img/screenshot-web-detail.png" height="180">
15+
<img src="server/static/img/screenshot-phone-main.jpg" height="180">
16+
<img src="server/static/img/screenshot-phone-detail.jpg" height="180">
17+
<img src="server/static/img/screenshot-phone-notification.jpg" height="180">
18+
</p>
19+
1220
## Usage
1321

1422
### Publishing messages

0 commit comments

Comments
 (0)