Minor fix for README.md

This commit is contained in:
2025-04-01 17:05:37 +03:30
parent 40cc65fc79
commit 53869ec8e2

View File

@@ -3,6 +3,7 @@
## An open-source dweet.io Alternative (RIP dweet.io) ## An open-source dweet.io Alternative (RIP dweet.io)
**HoolIt** is an open-source project aiming to provide a simple and easy-to-use alternative to the beloved [dweet.io](http://dweet.io), which sadly is [no longer available](https://x.com/dweet_io/status/1899886062580703423). If you were a fan of dweet.io's simplicity for quickly sending and receiving data from your "things," HoolIt is designed for you! **HoolIt** is an open-source project aiming to provide a simple and easy-to-use alternative to the beloved [dweet.io](http://dweet.io), which sadly is [no longer available](https://x.com/dweet_io/status/1899886062580703423). If you were a fan of dweet.io's simplicity for quickly sending and receiving data from your "things," HoolIt is designed for you!
--- ---
**✨ Try it instantly!** **✨ Try it instantly!**
@@ -10,10 +11,13 @@
For **quick testing and exploration**, you can use a **free, publicly hosted instance of HoolIt** at: For **quick testing and exploration**, you can use a **free, publicly hosted instance of HoolIt** at:
**[https://hoolit.mahdium.ir](https://hoolit.mahdium.ir)** **[https://hoolit.mahdium.ir](https://hoolit.mahdium.ir)**
--- ---
**It uses the exact same API scheme as dweet.io**, making migration and understanding incredibly straightforward. No signup, no setup, it just works (once you have HoolIt running, of course!). **It uses the exact same API scheme as dweet.io**, making migration and understanding incredibly straightforward. No signup, no setup, it just works (once you have HoolIt running, of course!).
--- ---
### Feature Status ### Feature Status
***Dweeting (Sending Data):** [![Dweeting](https://img.shields.io/badge/Dweeting-Implemented-brightgreen?style=flat-square)](https://shields.io) ***Dweeting (Sending Data):** [![Dweeting](https://img.shields.io/badge/Dweeting-Implemented-brightgreen?style=flat-square)](https://shields.io)
@@ -23,8 +27,9 @@ For **quick testing and exploration**, you can use a **free, publicly hosted ins
***Query Parameters for Dweets:** [![Query Parameters](https://img.shields.io/badge/Query%20Parameters-Implemented-brightgreen?style=flat-square)](https://shields.io) ***Query Parameters for Dweets:** [![Query Parameters](https://img.shields.io/badge/Query%20Parameters-Implemented-brightgreen?style=flat-square)](https://shields.io)
***JSONP Support:** [![JSONP Support](https://img.shields.io/badge/JSONP%20Support-Not%20Implemented-red?style=flat-square)](https://shields.io) ***JSONP Support:** [![JSONP Support](https://img.shields.io/badge/JSONP%20Support-Not%20Implemented-red?style=flat-square)](https://shields.io)
***Dweet History (Getting Dweets):** [![Dweet History](https://img.shields.io/badge/Dweet%20History-Not%20Implemented-red?style=flat-square)](https://shields.io) ***Dweet History (Getting Dweets):** [![Dweet History](https://img.shields.io/badge/Dweet%20History-Not%20Implemented-red?style=flat-square)](https://shields.io)
--- ---
---
## HoolIt API Documentation (dweet.io Compatible) ## HoolIt API Documentation (dweet.io Compatible)
@@ -201,7 +206,6 @@ This does essentially the same as `docker run` but uses a configuration file. St
--- ---
**Contributing:** **Contributing:**
HoolIt is an open-source project, and contributions are welcome! If you want to contribute to development, add features, or report issues, please check out the GitHub repository: [https://github.com/mmahdium/HoolIt](https://github.com/mmahdium/HoolIt). HoolIt is an open-source project, and contributions are welcome! If you want to contribute to development, add features, or report issues, please check out the GitHub repository: [https://github.com/mmahdium/HoolIt](https://github.com/mmahdium/HoolIt).