GithubHelp home page GithubHelp logo

qr-generator's Introduction

QR Code Generator

Welcome to the QR Code Generator repository! This simple Node.js application takes a URL input from the user and generates a corresponding QR code image. It also saves the user input to a text file for future reference.

Features

  • User-friendly Interface: Utilizes the inquirer npm package to provide a seamless user experience for inputting URLs.
  • QR Code Generation: Uses the qr-image npm package to transform the user-entered URL into a QR code image.
  • Data Persistence: Saves the user input to a text file using the native fs module for easy retrieval.

Installation

  1. Clone this repository to your local machine.
  2. Navigate to the project directory.
  3. Run npm install to install the necessary dependencies.

Usage

  1. Open a terminal and navigate to the project directory.
  2. Run node index.js to start the application.
  3. Follow the prompts to enter your URL.
  4. Once entered, a QR code image will be generated and saved as my_png.png.
  5. The entered URL will also be saved in inputs.txt.

Requirements

  • Node.js
  • npm (Node Package Manager)

Dependencies

  • inquirer: Interactive CLI prompts for user input.
  • qr-image: Library to generate QR codes.
  • fs: Node.js file system module for file operations.

Contributing

Contributions are welcome! Feel free to fork this repository and submit pull requests for any enhancements or bug fixes.

qr-generator's People

Contributors

ashitoshsable avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.