Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zheng-bote/rz-sysinfo
- Owner: Zheng-Bote
- Created: 2024-02-02T14:32:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-02T14:48:34.000Z (10 months ago)
- Last Synced: 2024-10-04T06:41:10.532Z (about 1 month ago)
- Topics: web-components
- Language: JavaScript
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: