Skip to content

Commit

Permalink
Adding app scaffolding for scrapein_
Browse files Browse the repository at this point in the history
  • Loading branch information
danhsiung committed May 1, 2024
1 parent b46abb0 commit 25ef47c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
15 changes: 15 additions & 0 deletions components/scrapein_/package.json
@@ -0,0 +1,15 @@
{
"name": "@pipedream/scrapein_",
"version": "0.0.1",
"description": "Pipedream Soax Components",
"main": "scrapein_.app.mjs",
"keywords": [
"pipedream",
"scrapein_"
],
"homepage": "https://pipedream.com/apps/scrapein_",
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"publishConfig": {
"access": "public"
}
}
11 changes: 11 additions & 0 deletions components/scrapein_/scrapein_.app.mjs
@@ -0,0 +1,11 @@
export default {
type: "app",
app: "scrapein_",
propDefinitions: {},
methods: {
// this.$auth contains connected account data
authKeys() {
console.log(Object.keys(this.$auth));
},
},
};
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 25ef47c

Please sign in to comment.