Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mediamonks/display-ads-recorder

The Display Ads Recorder is a command line tool meant to record display ads and output these to separate formats, like video, jpg and gif (animated).
https://github.com/mediamonks/display-ads-recorder

Last synced: about 1 month ago
JSON representation

The Display Ads Recorder is a command line tool meant to record display ads and output these to separate formats, like video, jpg and gif (animated).

Awesome Lists containing this project

README

        

# Display Ads Recorder
The Display Ads Recorder is a command line tool meant to record display ads and output these to separate formats, like video, jpg and gif (animated).

## Installation

```sh
npm i @mediamonks/display-ads-recorder
```

## Basic Usage

```js
display-ads-recorder
```

## Requirements
- You must pre-build the ads (display-ads-recorder will ask you for the directory where it will search for the ads), see [@mediamonks/display-dev-server](https://www.github.com/mediamonks/display-dev-server)
- Your ad's index.html must include a \ tag. otherwise, display-ads-recorder will not recognize it as a ad.
- The ad must include the function that dispatches and listens to critical events for display-ads-recorder to work. see example here: http://www.github.com/mirkovw/display-record-template
- This function is included in [@mediamonks/display-temple](https://www.github.com/mediamonks/display-temple)

## Documentation

View the [documentation](https://mediamonks.github.io/display-advertising-docs/).

## Contribute

View [CONTRIBUTING.md](./CONTRIBUTING.md)

## LICENSE

[MIT](./LICENSE) © MediaMonks