1.0.0 • Published 4 years ago

shindanmaker-js v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

shindanmaker-js

npm version Build Status codecov

Diagnose with shindan-maker.

Installation

$ npm install shindanmaker-js

Usage

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 | number
  • name: string
  • Returns: Promise<string>

License

MIT

1.0.0

4 years ago