Skip to content

na-wu/qrapi

Repository files navigation

qrcode

코드 - QR Code API

Microservice for generating QR codes through a RESTful API


Testing

git clone <repo>
cd <repo>
npm install
npm start

You can then make post requests to localhost:3000/api/generate

HTTP Request

POST https://apiqr.herokuapp.com/api/generate

JSON Request
Key Example Headers
url 'string_to_generate' 'user' : 'string'

Response

If the input was valid, the response should be of type image/png

About

코드 - API to generate QR codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published