/ping-app

Ping and observe ip addresses

Primary LanguageTypeScriptMIT LicenseMIT

Quick start

Install Node.js Foreign Function Interface for N-API

npm install -g node-gyp

Install dependencies:

npm install

Start the app in the dev environment:

npm run start

Packaging for Production

To package app for the local platform:

npm run package

Reference

Logging

  • Application monitoring is done with Sentry

  • Logging library is electron-log. By default, it writes logs to the following locations:

    • on Linux: ~/.config/ping-app/logs/{process type}.log
    • on macOS: ~/Library/Logs/ping-app/{process type}.log
    • on Windows: %USERPROFILE%\AppData\Roaming\ping-app\logs\{process type}.log