Skip to content

tborozan/Apprise.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apprise.NET

Simple .NET wrapper for Apprise API.

Setup

This wrapper assumes you have Apprise API running as stateless sidecar solution.

An easy and quick way to get it up and running is using docker

docker run --name apprise \
   -p 8000:8000 \
   -d caronc/apprise:latest

or use the provided docker-compose.yml

docker-compose up

About

Apprise.NET is a .NET Wrapper for calling Apprise API.

Resources

License

Stars

Watchers

Forks

Languages