Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zheng-bote/rz-sysinfo

A Web Component to provide some Sysinfo
https://github.com/zheng-bote/rz-sysinfo

web-components

Last synced: 22 days ago
JSON representation

A Web Component to provide some Sysinfo

Awesome Lists containing this project

README

        

# rz-sysinfo

A Web Component to provide some Sysinfo

provides some sys info as JSON data

## Authors

- [@Zheng-Bote](https://www.github.com/Zheng-Bote)

## Version

v0.1.0

## License

[MIT](https://choosealicense.com/licenses/mit/)

## API Reference

#### Parameters

```


```

| Parameter | Type | Description |
| :------------- | :------- | :---------- |
| `network_info` | `string` | "y" or "n" |
| `sys_info` | `string` | "y" or "n" |
| `browser_info` | `string` | "y" or "n" |

## Installation

used folder structure

```bash
.
├── assets
│   ├── css
│   │   └── index.css
│   ├── img
│   │   ├── Screenshot
│   └── js
│   └── rz-sysinfo.js
├── favicon.ico
└── index.html

```

## Usage/Examples

```html




Web Component








Web Component » rz-sysinfo «



A Web Component to provide some Sysinfo


provides some sys info as JSON data



default


<rz-sysinfo id="sysinfo"
network_info="y"
sys_info="y"
browser_info="y"
data-result="{"effectiveType":"4g","rtt":null,"downLink":10,"downlinkMax":null,"saveData":null,"type":null,"userLang":"de","mem":8,"cores":6}">
</rz-sysinfo>

Syntax



<rz-sysinfo id="sysinfo" network_info="y" sys_info="y" browser_info="y"></rz-sysinfo>




```

## Screenshots

## Used By

This web component is used by the following web sites:

- [hase-zheng.net: Micro-Frontends and Microservices](https://www.hase-zheng.net)
- [Robert Zheng Landing Page](https://www.robert.hase-zheng.net)
- [Points of Interest: Geo-Coordinates and Photos of POI's](https://www.flag-me.info/)
- [ZHENG Bote: private travel photos](https://www.bote.hase-zheng.net/)
- [DigiDocuDev: web-based documentation management](https://www.digidocu.dev/)

### the end

:vulcan_salute:

(back to top)