Compare news from all sides, decipher fact from fiction, and transform big media into actionable insights.
Perigon is a leading application platform and enables developers to build
powerful applications for their customers. Perigon provides all the necessary
tools and infrastructure to create custom integrated user experiences and
web-based applications. With Perigon, you can quickly and easily build
sophisticated applications and services that are secure, reliable, and
effortlessly scale to meet your users’ needs.
There are a variety of applications that can be built using the Perigon
application platform. The following are a few examples:
These are just a few of the possibilities using the Perigon application
platform. As you can see, with Perigon, the possibilities are endless and you
can create powerful, feature-rich applications that will engage your customers
and grow your business.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
perigon: {
type: "app",
app: "perigon",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.goperigon.com/v1/all`,
params: {
apiKey: `${this.perigon.$auth.apiKey}`,
},
})
},
})
export default defineComponent({
async run({ steps, $ }) {
const text = ' Hello world! ';
return text.trim()
},
})