https://github.com/wpdas/raspberry-bash-info
A service using Node that displays on the terminal (Linux only) some Raspberry details. Details such as CPU temperature, GPU temperature, Host, Time & etc.
https://github.com/wpdas/raspberry-bash-info
Last synced: 11 months ago
JSON representation
A service using Node that displays on the terminal (Linux only) some Raspberry details. Details such as CPU temperature, GPU temperature, Host, Time & etc.
- Host: GitHub
- URL: https://github.com/wpdas/raspberry-bash-info
- Owner: wpdas
- License: mit
- Created: 2018-09-07T00:47:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T21:53:37.000Z (almost 8 years ago)
- Last Synced: 2025-03-02T13:14:43.778Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raspberry-bash-info
> A module that turns possible getting information from Raspberry. Information such as GPU temperature and CPU temperature, serial number, IP and etc. (Linux only)
## Installation
```sh
$ git clone https://github.com/Wpdas/raspberry-bash-info.git
$ cd raspberry-bash-info/
$ npm i
$ npm start
```
## Usage after install
```sh
$ node raspberry-bash-info/
```

## License
MIT © [Wenderson Pires]()