https://github.com/phodal/serverless-qrcode-generate
A Serverless QRCode Generator Test
https://github.com/phodal/serverless-qrcode-generate
qr qrcode serverless serverless-applications serverless-qrcode
Last synced: about 1 year ago
JSON representation
A Serverless QRCode Generator Test
- Host: GitHub
- URL: https://github.com/phodal/serverless-qrcode-generate
- Owner: phodal
- License: mit
- Created: 2018-02-26T13:31:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T00:54:48.000Z (about 8 years ago)
- Last Synced: 2025-01-04T23:28:51.327Z (about 1 year ago)
- Topics: qr, qrcode, serverless, serverless-applications, serverless-qrcode
- Language: JavaScript
- Homepage: https://qrcode.pho.im
- Size: 32.2 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serverless-qrcode-generate
> A Serverless QRCode Generator
Demo:
URL: https://qrcode.pho.im/?q={string}
Examples: [https://qrcode.pho.im/?q=http://weixin.qq.com/r/mnVYQHrEVicprT4j9yCI](https://qrcode.pho.im/?q=http://weixin.qq.com/r/mnVYQHrEVicprT4j9yCI)
[Short URL](https://github.com/phodal/shorter): [https://x.pho.im/Z5t7](https://x.pho.im/Z5t7)
Setup
---
```
npm install -g serverless
```
1.install
```
yarn install
```
2.create domain
```
sls create_domain
```
3.deloy
```
sls deploy
```
## LICENSE
[](http://ideas.phodal.com/)
© 2018 A [Phodal Huang](https://www.phodal.com)'s [Idea](http://github.com/phodal/ideas). This code is distributed under the MIT license. See `LICENSE` in this directory.