n8n-nodes-exchangerate-api
Version:
n8n community node for the Exchange Rate API
26 lines (25 loc) • 628 B
JavaScript
module.exports = {
credentials: {
ExchangeRateCredentialsApi: {
operations: [
{
name: 'exchangeRateCredentialsApi',
type: 'credential',
displayName: 'ExchangeRate API',
required: true,
},
],
},
},
nodes: {
ExchangeRateAPI: {
operations: [
{
name: 'exchangeRateAPI',
type: 'node',
displayName: 'ExchangeRate API',
},
],
},
},
};