An open API service indexing awesome lists of open source software.

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.

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/
```

![In use](https://raw.githubusercontent.com/Wpdas/raspberry-bash-info/master/example.png)

## License

MIT © [Wenderson Pires]()