A wrapper for Repl.it's GraphQL (and soon REST and even Crosis) API. Designed to be easy to use!
published version 1.1.6, 4 years ago- published version 1.0.0, 4 years ago
This is an efficient, no-frills way of getting uer input from STDIN. --- ## AsyncInput This is used to get a one time input, or more by using the second argument. ### Example ```js const { AsyncInput } = require("simple-console-input.js"); const yourInput
published version 1.0.1, 4 years ago