Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albedim/bliddo-qrcode
This project is created by bliddo.com and provides a set of comments you can use to create QRCodes in your code and track their traffic and usage.
https://github.com/albedim/bliddo-qrcode
Last synced: about 19 hours ago
JSON representation
This project is created by bliddo.com and provides a set of comments you can use to create QRCodes in your code and track their traffic and usage.
- Host: GitHub
- URL: https://github.com/albedim/bliddo-qrcode
- Owner: albedim
- Created: 2024-07-13T19:13:57.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-24T16:18:07.000Z (4 months ago)
- Last Synced: 2024-10-28T15:22:52.545Z (10 days ago)
- Language: TypeScript
- Homepage: https://bliddo.com
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is Bliddo?
Track the traffic and usage of your QR codes.
Unlock the power of instant analytics with our innovative QR code creation and tracking platform.
We empower businesses and individuals to generate custom QR codes and gain real-time insights into every scan with our clean dashboard.# How can I integrate it with my code?
If you want to create qr codes in your code that you can track, bliddo is the perfect choice.
#### 1. Go to [bliddo.com](https://bliddo.com) and create a qr code.
#### 2. Go to your dashboard and pick the qr code you want to integrate with your code.
#### 3. Copy its dev key.
#### 4. Install our package in your project.
```console
bliddo@root:~$ npm i --save bliddo-qrcode
```
#### 4. Implement the component from our library and paste the dev key inside.
```typescript
import { BliddoQRCode } from 'bliddo-qrcode';const App = () => {
return (
);
}
```#### 4. Go to your dashboard at [bliddo.com](https://bliddo.com) and track your qr code.