0.0.12 • Published 6 years ago
@server-status/api-plugin-systeminformation v0.0.12
System Information plugin for Server Status API
GraphQL API for retrieving server system information from package systeminformation.
Work in progress. Only small part of systeminformation package had been rewritten.
Use
It is plugin so you need use the @server-status/api or you can adapt to yours ApolloServer. But if you choose my solution you need to do this steps:
$ npm install @server-status/api @server-status/api-plugin-systeminformationor
$ yarn add @server-status/api @server-status/api-plugin-systeminformationCreate file e.g. index.js
const ServerStatus = require('@server-status/api')
const config = {
plugins: [
{
name: '@server-status/api-plugin-systeminformation',
},
],
}
ServerStatus(config).listen()And run server
$ node index.jsLicence
MIT