1.1.4 • Published 2 years ago

feedad-node v1.1.4

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

2 years ago

1.1.3

2 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago