An open API service indexing awesome lists of open source software.

https://github.com/hophiphip/ping-app

Ping and observe ip addresses
https://github.com/hophiphip/ping-app

electron react typescript

Last synced: about 2 months ago
JSON representation

Ping and observe ip addresses

Awesome Lists containing this project

README

          

## Quick start

Install [Node.js Foreign Function Interface for N-API](https://github.com/node-ffi-napi/node-ffi-napi)

```shell
npm install -g node-gyp
```

Install dependencies:

```shell
npm install
```

Start the app in the `dev` environment:

```shell
npm run start
```

## Packaging for Production

To package app for the local platform:

```shell
npm run package
```

## Reference

### Logging

- Application monitoring is done with [Sentry](https://sentry.io)
- Logging library is [electron-log](https://github.com/megahertz/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`