#1 QR Code Generator
Beaconstac API can be used to develop a range of BLE-enabled applications for Android and iOS. The API can be used to build apps for beacon management, indoor navigation, targeted content delivery, and proximity-based marketing.
Some examples of applications that can be built using the Beaconstac API include:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
beaconstac: {
type: "app",
app: "beaconstac",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.beaconstac.com/api/2.0/qrcodes/`,
headers: {
"Authorization": `Token ${this.beaconstac.$auth.api_key}`,
},
})
},
})
With Schedule - A trigger provided by Pipedream - You can easily build
automated workflows that run on regular times or intervals. Some examples of
things that you can build using the Schedule API include: