WXTiles API
The Javascript API lets you add WXTiles overlays to your existing web page maps. Currently GoogleMaps and OpenLayers are supported.
To use the API you first need to sign up to register your domain. Then put this in the head section of your web pages AFTER either the OpenLayers or GoogleMaps API script tag:
<head>
….
<script type="text/javascript" src="http://www.openlayers.org/api/OpenLayers.js"></script>
<script type="text/javascript" src="http://www.wxtiles.com/api/jsapi"></script>
….
</head>
….
<script type="text/javascript" src="http://www.openlayers.org/api/OpenLayers.js"></script>
<script type="text/javascript" src="http://www.wxtiles.com/api/jsapi"></script>
….
</head>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="http://www.wxtiles.com/api/jsapi"></script>
<script type="text/javascript" src="http://www.wxtiles.com/api/jsapi"></script>