mogy-google-site-verification

0.1.0 • Public • Published

mogy-google-site-verification

Google Site Verification API activities for mogy.

Installation

In your mogy project, install the dependency using npm :

$ npm install mogy-google-site-verification --save

To register the activities to Amazon Simple Workflow :

$ mogy register

Config

In your mogy environment config file, under the activities key, add :

"google-site-verification": {
    "clientEmail": "xxx@developer.gserviceaccount.com",
    "key": "...content of your pem file..."
}

And specify your Pushover appToken.

Sample Decider Usage

activity({
    name: 'my-task',
    activity: 'google-site-verification_list',
    input: {}
})

Package Sidebar

Install

npm i mogy-google-site-verification

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • neyric