https://github.com/kurotch321/qrcode-generate
Very simple QR code generation tool
https://github.com/kurotch321/qrcode-generate
Last synced: about 2 months ago
JSON representation
Very simple QR code generation tool
- Host: GitHub
- URL: https://github.com/kurotch321/qrcode-generate
- Owner: kurotch321
- License: mit
- Created: 2023-08-29T06:04:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-29T06:07:20.000Z (over 1 year ago)
- Last Synced: 2025-01-21T18:17:42.327Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qrcode-generate
## Description
Simple QR code generator.
## Setup
1. Clone this repository
```bash
$ git clone https://github.com/nekodayo2222/qrcode-generate.git
```2. Install dependencies
```bash
$ npm install
```## Usage
1. Start server
```bash
$ npm start
```
2. Access to `http://localhost:3000/qr?content=ThisIsExample`## Customize
1. Copy `.env.example` to `.env`
```bash
$ cp .env.example .env
```
2. Edit `.env`
3. Restart server