Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 452 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 452 Bytes

qrcode-generate

Description

Simple QR code generator.

Setup

  1. Clone this repository
$ git clone https://github.com/nekodayo2222/qrcode-generate.git
  1. Install dependencies
$ npm install

Usage

  1. Start server
$ npm start
  1. Access to http://localhost:3000/qr?content=ThisIsExample

Customize

  1. Copy .env.example to .env
$ cp .env.example .env
  1. Edit .env
  2. Restart server