Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.
/ egg-widget Public archive

Electron-based desktop widget that displays realtime data usage of KT egg

License

Notifications You must be signed in to change notification settings

chalkpe/egg-widget

Repository files navigation

egg-widget

screenshot

KT 에그의 데이터 사용량을 표시해주는 일렉트론 기반의 데스크탑 위젯

설정

config.json

설명
size 위젯 크기 (픽셀)
plan 현재 요금제의 데이터 제공량
color 그래프 색상
precision 표시될 소수점 자릿수
interval 새로고침 주기 (밀리초)
username 에그 관리자 계정명
password 에그 관리자 계정 비밀번호

예시

{
  "size": 180,
  "plan": "11gb",
  "color": "#fb6149",
  "precision": 2,
  "interval": 2500,
  "username": "user",
  "password": "info01234"
}

사용법

yarn install && yarn start

지원되는 기기

동작 확인됨

미확인

  • ?

라이선스

MIT License

도와주신 분들

About

Electron-based desktop widget that displays realtime data usage of KT egg

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published