added code quality badges
This commit is contained in:
parent
9ac97886f7
commit
180961f9ec
@ -100,6 +100,7 @@ Other changes
|
|||||||
|
|
||||||
| Version | Date | Comment |
|
| Version | Date | Comment |
|
||||||
| -------------- | -------------- | -------- |
|
| -------------- | -------------- | -------- |
|
||||||
|
| 3.44.2 | 2018-08-28 | added code quality badges |
|
||||||
| 3.44.1 | 2018-08-28 | code cleanup |
|
| 3.44.1 | 2018-08-28 | code cleanup |
|
||||||
| 3.44.0 | 2018-08-25 | `battery()` bugfix & added type, model, manufacturer, serial |
|
| 3.44.0 | 2018-08-25 | `battery()` bugfix & added type, model, manufacturer, serial |
|
||||||
| 3.43.0 | 2018-08-25 | `cpuCurrentspeed()` added cpu speed for all cores |
|
| 3.43.0 | 2018-08-25 | `cpuCurrentspeed()` added cpu speed for all cores |
|
||||||
|
|||||||
@ -8,6 +8,8 @@ Simple system and OS information library for [node.js][nodejs-url]
|
|||||||
[![deps status][daviddm-img]][daviddm-url]
|
[![deps status][daviddm-img]][daviddm-url]
|
||||||
[![Caretaker][caretaker-image]][caretaker-url]
|
[![Caretaker][caretaker-image]][caretaker-url]
|
||||||
[![MIT license][license-img]][license-url]
|
[![MIT license][license-img]][license-url]
|
||||||
|
[![Code Quality: Javascript][lgtm-badge]][lgtm-badge-url]
|
||||||
|
[![Total alerts][lgtm-alerts]][lgtm-alerts-url]
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
@ -620,6 +622,11 @@ All other trademarks are the property of their respective owners.
|
|||||||
[downloads-image]: https://img.shields.io/npm/dm/systeminformation.svg?style=flat-square
|
[downloads-image]: https://img.shields.io/npm/dm/systeminformation.svg?style=flat-square
|
||||||
[downloads-url]: https://npmjs.org/package/systeminformation
|
[downloads-url]: https://npmjs.org/package/systeminformation
|
||||||
|
|
||||||
|
[lgtm-badge]: https://img.shields.io/lgtm/grade/javascript/g/sebhildebrandt/systeminformation.svg?logo=lgtm&logoWidth=18
|
||||||
|
[lgtm-badge-url]: https://lgtm.com/projects/g/sebhildebrandt/systeminformation/context:javascript
|
||||||
|
[lgtm-alerts]: https://img.shields.io/lgtm/alerts/g/sebhildebrandt/systeminformation.svg?logo=lgtm&logoWidth=18
|
||||||
|
[lgtm-alerts-url]: https://lgtm.com/projects/g/sebhildebrandt/systeminformation/alerts
|
||||||
|
|
||||||
[license-url]: https://github.com/sebhildebrandt/systeminformation/blob/master/LICENSE
|
[license-url]: https://github.com/sebhildebrandt/systeminformation/blob/master/LICENSE
|
||||||
[license-img]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
|
[license-img]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
|
||||||
[npmjs-license]: https://img.shields.io/npm/l/systeminformation.svg?style=flat-square
|
[npmjs-license]: https://img.shields.io/npm/l/systeminformation.svg?style=flat-square
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user