/InventoryMyDevices-web

Website to list all your devices under test

Primary LanguageCSSApache License 2.0Apache-2.0

InventoryMyDevices-web

Requirements

Get Started

  • Add your project link in main.html

var ref = new Wilddog("https://ProjectId.wilddogio.com/devices");

  • Done! You can use an browser to open main.html

Optional

You can add your apk/ipa link in the website

jQuery('#android').qrcode({
  width : 100,
  height: 100,
  text  : "http://your.apk.location"
});