#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}`,
},
})
},
})
export default defineComponent({
async run({ steps, $ }) {
const text = ' Hello world! ';
return text.trim()
},
})