apemanask

Demo of service project.

Usage no npm install needed!

<script type="module">
  import apemanask from 'https://cdn.skypack.dev/apemanask';
</script>

README

apemanask

Build Status Code Climate Code Coverage npm Version JS Standard

Demo of service project.

Installation

$ npm install apemanask --save

Usage

'use strict'

const apemanask = require('apemanask')

// Ask yes no answer and callback with boolean result.
apemanask.yesno('Are you sure?').then((answer) => {
  if (answer) {
    /* ... */
  } else {
    /* ... */
  }
})

License

This software is released under the MIT License.

Links