AppAlarm on your Site
AppAlarm is available for your Site or your App
You can access our data in different data formats, i.e. you can use IFrames to put free Apps on your Website or use an other format to use it programmatically (maybe in your iPhone App?).
HTML + IFrames
You can implement AppAlarm in a transparent IFrame using the following line of code:
Horizontal Example
<iframe src="http://www.AppAlarm.com/link/iframe/width/120/height/120" width="450" height="150" allowtransparency="allow" border="0" scrolling="no" frameborder="0"></iframe>
This will look exactly like this:
You can modify the width and height value of the icons to any value you want, it will scale the image accordingly. The IFrame width and height can be modified to list the free Apps either in horizontal or vertical version.
Vertical Example:
<iframe src="http://www.AppAlarm.com/link/iframe/width/120/height/120" width="150" height="450" allowtransparency="allow" border="0" scrolling="no" frameborder="0"></iframe>
This will look exactly like this:
You can style everything by adding your own css thru a parameter. Be sure to url encode your Link (replace / with %2F):
<iframe src="http://www.AppAlarm.com/link/iframe/width/120/height/120/css/http:%2F%2Fwww.mysite.com%2Fstyle.css" width="150" height="150" allowtransparency="allow" border="0" scrolling="no" frameborder="0"></iframe>
JSON
You can receive AppAlarm as JSON data at the following link:
http://www.AppAlarm.com/link/json
The data will be an array containing a link to AppAlarm, a link to the icon of the app and the Apps title.
Example output:
Do you want more?
If you want other outputs, please use the contact form to send us a message including a sample output. We will look into it and add that output format.


