appcd-plugin-system-info

The Appc Daemon plugin for detecting system info.

Usage no npm install needed!

<script type="module">
  import appcdPluginSystemInfo from 'https://cdn.skypack.dev/appcd-plugin-system-info';
</script>

README

appcd-plugin-system-info

Detects system information.

Info

The info service aggregates the info from the android, genymotion, ios, jdk, titanium-sdk, and windows plugins.

appcd.call('/system-info/latest/info', ctx => {
    console.log(ctx.response);
});

Legal

This project is open source under the Apache Public License v2 and is developed by Axway, Inc and the community. Please read the LICENSE file included in this distribution for more information.