hophiphip / ping-app

Ping and observe ip addresses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ping and observe ip addresses

License:MIT License


Languages

Language:TypeScript 82.8%Language:JavaScript 13.4%Language:CSS 3.3%Language:EJS 0.4%Language:Shell 0.1%