Skip to content

bornachk/httpnotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

httpnotify

httpnotify is a client-server background service written in C#. It supports any system that can run notify-send and .NET (Core). However, it is not ready for production yet. Contributions are welcome! Make an issue or pull request to help the project succeed.

Compilation

To compile, or build httpnotify, enter the directory in which the .sln file is located (src). After this, run the following command:

dotnet build

The output will be located at src/HttpNotify.Client/bin/netX.Y/Debug/HttpNotify.Client and src/HttpNotify.Server/bin/netX.Y/Debug/HttpNotify.Server respectively.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages