A graphql interface to query system information [WIP]

Feel free to poke with the DEMO
Get it: npm install -g system-gql
$ system-gql
System info on 3333
Sample Query:
{
info {
os {
arch
type
release
hostname
}
cpus {
model
speed
count
}
}
}
Port will be picked up from process.env.SYSQL or defaults to 3333
MIT © Hemanth.HM