{"id":26512075,"url":"https://github.com/minkidev/notisharp","last_synced_at":"2025-03-21T03:18:53.411Z","repository":{"id":125092913,"uuid":"139646737","full_name":"MinkiDev/NotiSharp","owner":"MinkiDev","description":"Customized notification service library for Windows","archived":false,"fork":false,"pushed_at":"2018-08-08T14:07:06.000Z","size":2876,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-17T09:51:19.219Z","etag":null,"topics":["dialogue","notification-service","winforms"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MinkiDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-03T23:38:45.000Z","updated_at":"2021-12-04T19:45:23.000Z","dependencies_parsed_at":"2023-06-09T00:45:39.070Z","dependency_job_id":null,"html_url":"https://github.com/MinkiDev/NotiSharp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinkiDev%2FNotiSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinkiDev%2FNotiSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinkiDev%2FNotiSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinkiDev%2FNotiSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MinkiDev","download_url":"https://codeload.github.com/MinkiDev/NotiSharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244728231,"owners_count":20500023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dialogue","notification-service","winforms"],"created_at":"2025-03-21T03:18:52.613Z","updated_at":"2025-03-21T03:18:53.385Z","avatar_url":"https://github.com/MinkiDev.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![Logo](res/NotiSharp_Logo.png) NotiSharp\nCustomized notification service library for Windows.\n\n[![NuGet version (NotiSharp)](https://img.shields.io/nuget/v/NotiSharp.svg)](https://www.nuget.org/packages/NotiSharp)\n\n## Screenshot\n![](Screenshot.png)\n\n## Usage examples\n\n#### Create a popup form instance\n```csharp\nNotiSharp.Popup pup = new NotiSharp.Popup();\n```\n\n#### Set content text for notification\n```csharp\npup.SetText(\"This is an example content for NotiSharp\");\n```\n\n#### Set an icon for notification (optional)\n```csharp\npup.SetIcon(new Bitmap(@\"C:/NotiSharp.jpg\"));\n```\n\n#### Change the size of popup window (optional, default value is 500*100)\n```csharp\npup.SetSize(new Size(600, 400)); // not working in current version (layout problem)\n```\n\n#### Play windows alert sound (optional, default value is false)\n```csharp\npup.SetNotificationSound(true);\n```\n\n#### Show popup window\n```csharp\npup.Show();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminkidev%2Fnotisharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminkidev%2Fnotisharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminkidev%2Fnotisharp/lists"}