1.0.0 • Published 5 years ago
shindanmaker-js v1.0.0
shindanmaker-js
Diagnose with shindan-maker.
Installation
$ npm install shindanmaker-jsUsage
const shindan = require('shindanmaker-js');
const shindanId = 42;
const name = 'YOUR_NAME';
(async () => {
const result = shindan.diagnose(shindanId, name);
console.log(result);
})();API
shindan.diagnose(shindanId, name)
shindanId:string|numbername:string- Returns:
Promise<string>
License
MIT
1.0.0
5 years ago