Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

input() analog #41

Open
edemaine opened this issue Feb 1, 2019 · 1 comment
Open

input() analog #41

edemaine opened this issue Feb 1, 2019 · 1 comment
Labels
content Related to content, not infrastructure

Comments

@edemaine
Copy link
Owner

edemaine commented Feb 1, 2019

https://stackoverflow.com/questions/19718669/nodejs-how-to-take-in-text-input-from-a-keyboard-and-store-it-into-a-variable-i

readline-sync does a lot of hacks to make a synchronous interface on Windows and Linux (and probably MacOS).

Built-in readline does it but requires callback or asynchrony.

@edemaine
Copy link
Owner Author

Related: request and request-promise-native as replacements for Python requests library.

@edemaine edemaine added the content Related to content, not infrastructure label Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Related to content, not infrastructure
Projects
None yet
Development

No branches or pull requests

1 participant