0.0.12 • Published 4 years ago

@server-status/api-plugin-systeminformation v0.0.12

Weekly downloads
12
License
MIT
Repository
gitlab
Last release
4 years ago

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-systeminformation

or

$ yarn add @server-status/api @server-status/api-plugin-systeminformation

Create 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.js

Licence

MIT

0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago