n8n-nodes-alive5weather
Version:
n8n nodes for Alive5 SMS and Weather services
22 lines • 661 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Alive5Api = void 0;
class Alive5Api {
constructor() {
this.name = 'alive5Api';
this.displayName = 'Alive5 API';
this.documentationUrl = 'https://alive5.com/api-documentation';
this.properties = [
{
displayName: 'API Key',
name: 'apiKey',
type: 'string',
default: '',
required: true,
description: 'The Alive5 API key',
},
];
}
}
exports.Alive5Api = Alive5Api;
//# sourceMappingURL=Alive5Api.credentials.js.map