BloomSky Dashboard – Unofficial Web Widget 1st Cut
The first attempt looks like this:
To add this into your page please take the following code inserting your BloomSky API Key:
Change this line:
GetBloomSkyHTML('<YourAPIKey>', '1');
<script src='http://code.jquery.com/jquery-latest.min.js' type='text/javascript'></script>
<link href="http://pcst.co.uk/BloomSkyUnofficial/style.css" rel="stylesheet">
<script src='http://pcst.co.uk/BloomSkyUnofficial/BloomSkyUnofficial.js' type='text/javascript'></script>
<div id="BloomSkyUnoffical"></div>
<script type="text/javascript">
GetBloomSkyHTML('<YourAPIKey>', '1');
</script>
We will be adding more refinements into the widget over the coming days.