Skip to content

Projeto feito durante o curso "Electron From Scratch. Build Desktop Apps With JavaScript".

Notifications You must be signed in to change notification settings

ifabriciorodrigues/SysTop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SysTop

Technologies

  • Node.JS
  • JavaScript
  • Electron

Project

SysTop is an app for monitoring your CPU usage.

Functionalities

SysTop has 3 functionalities: You'll be able to monitor your CPU usage, set the threshold on which you want to be notified, and the interval between the notifications.

Installation

  • Close this repository into your local machine using https://github.com/ProgFabs/SysTop.git
  • Execute this command to install all dependencies
$ npm install
  • Run the application using npm run dev.

If everything goes well, the app should open on your system tray. A click on it will open it's window.

Building

If you want to have a production build, run npm run package-mac for a Mac build, npm run package-windows for a Windows build or npm run package-linux for a Linux build.

Images

https://imgur.com/a/b5sNq0I

Contribution

  • Clone or fork this repository into your local machine using https://github.com/ProgFabs/SysTop.git
  • Create a Pull Request and I'll look into it ASAP!

Created by:

Fabrício Rodrigues

License

  • MIT license

About

Projeto feito durante o curso "Electron From Scratch. Build Desktop Apps With JavaScript".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published