Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 679 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 679 Bytes

Project Title

Create QR Code -- JS library

Getting Started

Very easy to use.

createQrCode(DivID, QrData);

DivID: The Div where QR-Code is shown. QrData: The data to be shown in the QR Code.

Prerequisites

jquery

Installing

Add the qrcode.js file to yopur project. Write the above code. And BOOOMMM!

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

Authors

Acknowledgments