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

https://github.com/ephraimduncan/sysinfo

A system information for linux tool written in Javascript
https://github.com/ephraimduncan/sysinfo

fetch hacktoberfest hactoberfest-accepted shell

Last synced: 7 months ago
JSON representation

A system information for linux tool written in Javascript

Awesome Lists containing this project

README

          

# sysinfo

A system information tool written with JavaScript

### Installation
If you have `npm`, you can ran
```bash
npm install -g sysinfojs
```
OR
```bash
npx sysinfojs
```

Without `npm`
```bash
# Requires "Administrative Rights"

$ curl -sL install-sysinfo.now.sh | sh
```

OR

You can get the binaries from the [releases](https://github.com/dephraiim/sysinfo/releases/tag/v1.0.0) page and add it to your path.

### Build
```bash
# nodejs and npm must be installed
git clone https://github.com/dephraiim/sysinfo.git
cd sysinfo
npm install
npm run build
```

### Demo
![Demo](public/test.png)