https://github.com/ratson/cordova-admob-mediation
Cordova AdMob Plugins for Mediation Networks
https://github.com/ratson/cordova-admob-mediation
Last synced: 11 months ago
JSON representation
Cordova AdMob Plugins for Mediation Networks
- Host: GitHub
- URL: https://github.com/ratson/cordova-admob-mediation
- Owner: ratson
- Created: 2016-12-25T15:49:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-26T12:54:31.000Z (about 7 years ago)
- Last Synced: 2025-07-10T10:35:00.580Z (11 months ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cordova AdMob Mediation Networks
This repository contains [AdMob Mediation Networks](https://firebase.google.com/docs/admob/android/mediation-networks) Cordova plugins designed to be used with [cordova-plugin-admob-free](https://github.com/ratson/cordova-plugin-admob-free).
## Supported Mediation Networks
* [InMobi](https://github.com/rehy/cordova-admob-mediation/tree/master/packages/cordova-admob-inmobi)
* [MobFox](https://github.com/rehy/cordova-admob-mediation/tree/master/packages/cordova-admob-mobfox)
## Contributing
This repo is designed to not store any of the library binary files,
contributor should change `scripts/download/index.js` and its releated files
to download and generate package code.
Running the following for generation,
```sh
npm run download
```