https://github.com/maximilianmairinger/crossplatformspecs
Aggregation of functions to get system specs with a unified API for web and node.
https://github.com/maximilianmairinger/crossplatformspecs
cross-platform name node os specs web
Last synced: 16 days ago
JSON representation
Aggregation of functions to get system specs with a unified API for web and node.
- Host: GitHub
- URL: https://github.com/maximilianmairinger/crossplatformspecs
- Owner: maximilianMairinger
- Created: 2023-05-14T12:04:49.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T23:27:39.000Z (about 3 years ago)
- Last Synced: 2025-06-15T07:47:21.577Z (12 months ago)
- Topics: cross-platform, name, node, os, specs, web
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/cross-platform-specs
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cross platform specs
Aggregation of functions to get system specs with a unified API for web and node.
> Please note that Cross platform specs is currently under development and not yet suited for production
## Installation
```shell
$ npm i cross-platform-specs
```
## Usage
### CLI
```shell
crossPlatformSpecs --help
```
### API
```ts
import crossPlatformSpecs from "cross-platform-specs"
crossPlatformSpecs()
```
## Contribute
All feedback is appreciated. Create a pull request or write an issue.