diff --git a/README.md b/README.md index 88d1ec8..9494f57 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,30 @@ -# IronNotify.Client +

+ + IronNotify + +

-Event notification SDK for .NET applications. Send alerts via push, email, SMS, webhooks, and in-app notifications with offline queue support. +

IronNotify SDK for .NET

-[![NuGet](https://img.shields.io/nuget/v/IronNotify.Client.svg)](https://www.nuget.org/packages/IronNotify.Client) -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +

+ Event notifications and alerts for .NET applications +

+ +

+ NuGet + License: MIT +

+ +

+ Website • + Documentation • + .NET 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 @@ -194,10 +215,25 @@ services.AddSingleton(sp => "server.error", "deployment.completed", "backup.finished" ``` -## Links +## Documentation -- [Documentation](https://www.ironnotify.com/docs) -- [Dashboard](https://www.ironnotify.com) +For complete documentation, visit [ironnotify.com/docs](https://ironnotify.com/docs). + +## Other SDKs + +| Platform | Package | +|----------|---------| +| JavaScript/TypeScript | [@ironservices/notify](https://git.marketally.com/ironservices/ironnotify-js) | +| 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-dotnet/issues](https://git.marketally.com/ironservices/ironnotify-dotnet/issues) ## License