1.0.1 • Published 4 years ago

pc-checker v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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.