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
- Host: GitHub
- URL: https://github.com/hophiphip/ping-app
- Owner: hophiphip
- License: mit
- Created: 2022-05-05T09:40:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-04T16:04:28.000Z (about 4 years ago)
- Last Synced: 2025-04-12T03:58:55.205Z (about 1 year ago)
- Topics: electron, react, typescript
- Language: TypeScript
- Homepage:
- Size: 2.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`