1.2.0 • Published 1 year ago

feedad-node v1.2.0

Weekly downloads
16
License
SEE LICENSE IN LI...
Repository
bitbucket
Last release
1 year ago

FeedAd Node.JS Loader

This library can be used to load the FeedAd advertisement SDK into an application.

  • Visit FeedAd.com for general information about FeedAd.
  • Visit docs.FeedAd.com for information on how to integrate FeedAd into your site.

Requirements

  • DOM Context (this is not a Node.JS server-side library)
  • Promises

Example

import {loadFeedAd} from "feedad-node";

loadFeedAd().then(sdk => {
    sdk.init(/* ... */);
    sdk.requestAd(/* ... */);
    // check the documentation on how to use the sdk.
});
1.2.0

1 year ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago