From 3eca94f211547f5380a02b17b249b3210a96a027 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Tue, 13 Mar 2018 20:28:38 +0100 Subject: [PATCH] celebrating 4th birthday --- CHANGELOG.md | 1 + README.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c2f615..d8877f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -100,6 +100,7 @@ Other changes | Version | Date | Comment | | -------------- | -------------- | -------- | +| 3.37.7 | 2018-03-13 | celebrating 4th birthday | | 3.37.6 | 2018-03-12 | updated docs: fixed `diskLayout`and `mamlayout` | | 3.37.5 | 2018-03-12 | added support for `ip` instead of `ifconfig` | | 3.37.4 | 2018-02-22 | bugfix windows `processes()`, `disklayout()` | diff --git a/README.md b/README.md index bab76e2..0484b98 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,37 @@ Simple system and OS information library for [node.js][nodejs-url] [![Caretaker][caretaker-image]][caretaker-url] [![MIT license][license-img]][license-url] +### systeminformation is celebrating 4th birthday today! + +``` + ( ( + ( ) ( ) ( + ( Y Y ( ) + ( ) |"| |"| Y + Y | | | | |"| + |"| | |.-----| |---.___ | | + | | .--| |,~~~~~| |~~~,,,,'-| | + | |-,,~~'-'___ '-' ~~| |._ + .| |~ // ___ '-',,'. + /,'-' <_// // _ __ ~,\ + / ; ,-, \\_> <<_' ____________;_) + | ; {(_)} _, ._>>`'-._ | + | ; '-'\_\/> '-._ | + |\ ~,,, _\__ ,,,,,'-. | + | '-._ ~~,,, ,,,~~ __.-'~ | | + | '-.__ ~~~~~~~~~~~~ __.-' |__| + |\ `'----------'` _| + | '=._ __.=' | + : '=.__ __.=' | + \ `'==========='` .' + '-._ __.-' + '-.__ __.-' + `'-----------'` +``` + +Born 2014-03-13, started as a small project, now over 6000 lines of code - still no dependencies. +Time to say thank you to all contributers! + ## Quick Start Lightweight collection of 35+ functions to retrieve detailed hardware, system and OS information (Linux, macOS, partial Windows and FreeBSD support) - no npm dependencies.