diff --git a/README.md b/README.md index 66e8654..f4ff990 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,30 @@ -# IronNotify SDK for JavaScript/TypeScript +

+ + IronNotify + +

-Event notifications and alerts SDK for JavaScript/TypeScript applications. Send notifications, receive real-time updates, and manage notification state. +

IronNotify SDK for JavaScript/TypeScript

-[![npm version](https://img.shields.io/npm/v/@ironservices/notify.svg)](https://www.npmjs.com/package/@ironservices/notify) -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +

+ Event notifications and alerts for modern applications +

+ +

+ npm version + License: MIT +

+ +

+ Website • + Documentation • + JavaScript Guide • + Git +

+ +--- + +**IronNotify** helps you send event notifications and alerts to your users instantly. Built for developers who want simple, powerful notification infrastructure without the complexity. ## Installation @@ -321,6 +342,26 @@ function useNotifications(apiKey: string, userId: string) { - Fetch API (native in modern environments) - WebSocket API (for real-time features) +## Documentation + +For complete documentation, visit [ironnotify.com/docs](https://ironnotify.com/docs). + +## Other SDKs + +| Platform | Package | +|----------|---------| +| .NET | [IronNotify.Client](https://git.marketally.com/ironservices/ironnotify-dotnet) | +| Python | [ironnotify](https://git.marketally.com/ironservices/ironnotify-python) | +| Go | [ironnotify-go](https://git.marketally.com/ironservices/ironnotify-go) | +| Java | [ironnotify-java](https://git.marketally.com/ironservices/ironnotify-java) | +| Rust | [ironnotify](https://git.marketally.com/ironservices/ironnotify-rust) | + +## Support + +- **Documentation**: [ironnotify.com/docs](https://ironnotify.com/docs) +- **Email**: dev@ironservices.io +- **Issues**: [git.marketally.com/ironservices/ironnotify-js/issues](https://git.marketally.com/ironservices/ironnotify-js/issues) + ## License MIT License - see [LICENSE](LICENSE) for details.