Google Adwords and Node.js: a library or other way to access the API?

Is there a node.js library for google adwords? Or what is the current recommended way to access Adwords from node.js?

Here is this question / answer . I think this is not relevant?

Since I do not see js-library here , I assume that I should use something else ...

+5
source share
1 answer

There is no official library written in JS or Node.Js.

You can search at https://npmjs.com for a community-provided package.

This one looks like the most advanced (full feature set) and updated (the latest revision was a few hours ago). No problem, and npmjs says it loads quite often (300 / month), so I would go for it.

+1
source

All Articles