Skip to content

Send the system info (cpu usage, temperature, kernel version, etc..) from any linux based system like Raspberry Pi, ubuntu... to firebase. Realtime nodejs script

License

Notifications You must be signed in to change notification settings

lucianovilela/monitor-firebase-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dependencies

Raspberrypi system info data to Firebase

Send the system info (cpu usage, temperature, kernel version, etc..) from any linux based system like Raspberry Pi, Ubuntu... to firebase. Realtime nodejs script

Thanks to

Mario Pérez Esteso from GeekyTheory. He developed the script Raspberry Pi Status . I used that repository as the base for this one.

Screenshot

Screenshot

Installation

I asumed that you have installed nodejs, npm and git.

STEP 1:

$ git clone https://github.com/UlisesGascon/raspberrypi-system-info-data-to-firebase.git

STEP 2: Edit the app.js file and include your firebase URL in the line 8

STEP 3:

$ npm install

STEP 4:

$ node app.js

STEP 4: Check your Firebase app in the web browser. Now you can see all the system info there.

About

Send the system info (cpu usage, temperature, kernel version, etc..) from any linux based system like Raspberry Pi, ubuntu... to firebase. Realtime nodejs script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.6%
  • Dockerfile 4.4%