1.2.0 • Published 5 months ago

feedad-node v1.2.0

Weekly downloads
16
License
SEE LICENSE IN LI...
Repository
bitbucket
Last release
5 months 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

5 months ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago