1.0.1 • Published 5 years ago

askrl v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Askrl

Contact Me

Telegram: @PavelWolfDark or https://t.me/PavelWolfDark

Donation

You can donate to the development of open source projects

BTC Address

15sjjAUtJdB1ncsxKK7KtyJPtF46UhXWo4

Thanks!:3

Install

npm i --save @darkwolf/askrl

Usage

const Askrl = require('@darkwolf/askrl')

async function ask() {
  const askrl = new Askrl()
  const ave = await askrl.ask('Ave, Darkwolf!\n')
  ...doSmth(ave)
  await askrl.close()
}

Methods

ask(question)

close()

1.0.1

5 years ago

1.0.0

5 years ago