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

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.

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.