-
Notifications
You must be signed in to change notification settings - Fork 8
/
apps.php
44 lines (41 loc) · 2.26 KB
/
apps.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head>
<title>UK Postcodes | Open data for postcodes</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link type="text/css" rel="stylesheet" href="http://www.blueprintcss.org/blueprint/src/grid.css" />
<link type="text/css" rel="stylesheet" href="http://www.blueprintcss.org/blueprint/src/typography.css" />
<link type="text/css" rel="stylesheet" href="http://www.blueprintcss.org/blueprint/src/forms.css" />
<link type="text/css" rel="stylesheet" href="style.css" />
</head>
<body>
<div id="header">
<h1><a href="/">UK Postcodes</a></h1>
</div>
<div id="main">
<h2>Apps</h2>
<div id="wrapper">
<p>Since launching the UK Postcodes webservice in April 2010, a wide range of applications have started using it to get their postcode data, here's just a selection:</p>
<ul>
<li><a href="http://streetreport.co.uk/">Street Report</a> - An iPhone app that allows you to report problems in your area via <a href="http://www.fixmystreet.com">FixMyStreet</a></li>
<li><a href="http://suttonelections.org.uk/">Sutton Elections</a></li>
<li><a href="http://www.wizzamania.com/property-wizza">Property Wizza</a></li>
</ul>
<p>Want to get your application listed here? Just <a href="mailto:[email protected]">let me know</a> and I'll get it up.</p>
</div>
</div>
<div id="formats">
<p>Created using <a href="http://www.ordnancesurvey.co.uk/oswebsite/opendata/">Ordnance Survey Open Data</a> | <a href="api.php">API</a> | <a href="/alternative.php">Alternative services</a> | <a href="apps.php">Apps</a><img src="http://m.okfn.org/images/ok_buttons/od_80x15_blue.png" alt="Open Data" style="float:right;" /></p>
<p>Built by <a href="http://www.pezholio.co.uk">Pezholio</a></p>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-511839-16");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>