Government of British Columbia providing you with current news & info.
The BC Gov News API is a powerful tool that allows developers to access a wealth of information about the news and events happening in British Columbia. With this API, developers can create a variety of applications and websites that provide users with up-to-date information on what's happening in the province. Here are a few examples of what you can build using the BC Gov News API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
bc_gov_news: {
type: "app",
app: "bc_gov_news",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://news.api.gov.bc.ca//api/Newsletters`,
params: {
"api-version": `1.0`,
},
})
},
})
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: