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

https://github.com/tidev/appcd-plugin-system-info

The Appc Daemon plugin for detecting system info
https://github.com/tidev/appcd-plugin-system-info

npm-package

Last synced: about 1 month ago
JSON representation

The Appc Daemon plugin for detecting system info

Awesome Lists containing this project

README

        

# @appcd/plugin-system-info

Detects system information.

## Info

The `info` service aggregates the info from the
[android](https://npmjs.org/package/appcd-plugin-android),
[ios](https://npmjs.org/package/appcd-plugin-ios),
[jdk](https://npmjs.org/package/appcd-plugin-jdk),
[titanium-sdk](https://npmjs.org/package/appcd-plugin-titanium-sdk), and
[windows](https://npmjs.org/package/appcd-plugin-windows) plugins.

```js
const { response } = await appcd.call('/system-info/latest/info');
console.log(response);
```

## Legal

This project is open source under the [Apache Public License v2][1] and is developed by
[Axway, Inc](http://www.axway.com/) and the community. Please read the [`LICENSE`][1] file included
in this distribution for more information.

[1]: https://github.com/appcelerator/appcd-plugin-system-info/blob/master/LICENSE