An open API service indexing awesome lists of open source software.

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

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