pc-checker

1.0.1 • Public • Published

pc-checker example

A simple pc-checker to help you get information about your pc

Installation

Install via NPM:

npm install pc-checker
 

Usage

javascript

 
var sys = require("pc-checker");
 
console.log(sys.checkSystem()); // print and return all info about your system in an object
 

TypeScript

 
import * as sys from 'pc-checker';
 
console.log(sys.checkSystem()); //print and return all info about your system in an object
 
 
 

License

This project is licensed under the terms of the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i pc-checker

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

2.35 kB

Total Files

3

Last publish

Collaborators

  • donacien