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

feat: server address printed as QR Code upon server startup #16

Merged
merged 15 commits into from
May 17, 2020

Conversation

tiagostutz
Copy link
Contributor

closes #13 originally referenced in lwsjs/local-web-server#148

Shortly:

  • --qr prints the QR Code of the first server address that matches a private network address-
  • --qr <iface> prints the QR Code of the network interface passed as arg

If no --qr param is passed the QR Code is not printed, which is the default behavior.

Tests and Coverage implemented

@75lb
Copy link
Member

75lb commented May 17, 2020

Good work, thanks. Happy with the changes?

@tiagostutz
Copy link
Contributor Author

Yeah.! I agree with all of them and specially the command line instructions are much cleaner now.

If you need any help, let me know.

@75lb 75lb merged commit d118fc8 into lwsjs:master May 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

QR code presenting server address upon startup for better mobile development experience
2 participants