/Am.I.Online

Service for checking if your internet connection is working.

Primary LanguageC#MIT LicenseMIT

Github release Dockerhub Status Dockerhub Version GitHub

Am i online

Am.I.Online

Runs a service that pings another server. You can then monitor the prometheus logs

Getting started

Open the docker environment to do all development and deployment

# bring up dev environment
make build up
# test the project
make test
# build the project ready for publish
make publish

Available make commands

Commands outside the container

  • make up : brings up the container & attach to the default container
  • make down : stops the container
  • make build : builds the container

Commands to run inside the container

  • make test : Test the app
  • make start : Run the console app
  • make publish : Publish the packages to the dist folder

Research