metathings-node 3.4.0-canary.1
Install from the command line:
Learn more about npm packages
$ npm install @nayotta/metathings-node@3.4.0-canary.1
Install via package.json:
"@nayotta/metathings-node": "3.4.0-canary.1"
About this version
node module for metathings grpc api
npm install @nayotta/metathings-node
proto:
message Message {
oneof kind {
string str = 1;
int32 num = 2;
}
}
data:
{
kind: {
str: 'chose string'
}
}
proto:
message Message {
any kind = 1;
}
data:
{
kind: {
type_url: '',
value: ''
}
}
Details
- metathings-node
- nayotta
- over 1 year ago
- ISC
- 10 dependencies
Assets
- metathings-node-3.4.0-canary.1.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0