Addresses Source code
- Summary
- Articles (11)
- APIs (296)
- Mashups (7)
- SDKs (131)
- Libraries (14)
- Source Code (162)
- Followers (3)
- Developers (7)
Addresses Sample Source Code
The following is a list of sample source code snippets that matched your search term. Source code snippets are chunks of source code that were found out on the Web that you can cut and paste into your own source code. Whereas most of the sample source code we've curated for our directory is for consuming APIs, we occasionally find something interesting on the API provider side of things. If you know of some sample source code that would be of interest to the ProgrammableWeb community, we'd like to know about it. Be sure to check our guidelines for making contributions to ProgrammableWeb.
Name | Description | Category | Date |
---|---|---|---|
Geoapify Address Autocomplete Input Tutorial | Learn how to create an Address Input with suggestions for Address Verification HTML forms. So you can develop fields for addresses, cities, postcodes, etc. | Location | 10.13.2021 |
Geoapify Send multiple requests Angular Sample Code | This example utilizes the batch service to perform multiple API requests. POST is used to create jobs, and GET to monitor job status. | Mapping | 05.28.2020 |
Geoapify Send multiple requests JavaScript Sample Code | JavaScript example that demonstrates how to use the batch service to perform multiple calls. This service is based on asynchronous calls. HTTP GET requests are used to monitor job execution, and POST... | Mapping | 05.28.2020 |
Geoapify Send multiple requests NodeJS Sample Code | This example uses the node-fetch library to perform multiple API requests using the batch service. This demonstrates POST requests to create jobs, and GET requests to monitor job execution. | Mapping | 05.28.2020 |
findAddress NodeJS Sample Code | This is a NodeJS example that demonstrates access to interact with the findAddress API. The Find Address postcode lookup API is a REST service for finding UK addresses from a postcode that utilizes... | Addresses | 12.15.2019 |
findAddress JavaScript Sample Code | This is a JavaScript example that demonstrates access to interact with the findAddress API. The Find Address postcode lookup API is a REST service for finding UK addresses from a postcode that... | Addresses | 12.15.2019 |
findAddress PHP Sample Code | This is a PHP cURL example that demonstrates access to interact with the findAddress API. The Find Address postcode lookup API is a REST service for finding UK addresses from a postcode that... | Addresses | 12.15.2019 |
Geocodio Client-Side Access Clojure Sample Code | The Geocodio Client-Side Access Clojure Sample Code demonstrates how to access the API using the Access-Control-Allow-Origin HTTP header. Developers make requests directly to the API in JavaScript. | Spreadsheets | 12.09.2019 |
Geocodio Client-Side Access JavaScript Sample Code | The Geocodio Client-Side Access JavaScript Sample Code demonstrates how to geocode an address using a jQuery AJAX call. Developers can authenticate with an API Key. | Spreadsheets | 12.09.2019 |
Geocodio Client-Side Access PHP Sample Code | The Geocodio Client-Side Access PHP Sample Code demonstrates how to access the API by authenticating with an API Key, encoding an URI component, and receiving responses as results. | Spreadsheets | 12.09.2019 |
Geocodio Client-Side Access Python Sample Code | The Geocodio Client-Side Access Python Sample Code demonstrates how to access the API with an API Key, encode an URI component, and receive a function response. | Spreadsheets | 12.09.2019 |
Geocodio Client-Side Access Ruby Sample Code | The Geocodio Client-Side Access Ruby Sample Code demonstrates how to geocode an address using a jQuery AJAX call. Developers can authenticate with an API Key. | Spreadsheets | 12.09.2019 |
Geocodio Accuracy Score Client-Side Access Curl Sample Code | The Geocodio Accuracy Score Client-Side Access Curl Sample Code demonstrates how to access the API supporting CORS and using the Access-Control-Allow-Origin HTTP header. Developers can make requests... | Spreadsheets | 12.09.2019 |
Geocodio Accuracy Score Node.js Sample Code | The Geocodio Accuracy Score Node.js Sample Code demonstrates how to access the API to display accuracy scores. Forward geocoding includes rooftop, point, range interpolation, nearest rooftop match,... | Spreadsheets | 12.09.2019 |
Geocodio Accuracy Score Clojure Sample Code | The Geocodio Accuracy Score Clojure Sample Code demonstrates how to access the API to access forward geocoding and reverse geocoding values, displaying accuracy scores with decimal numbers from 0.00... | Spreadsheets | 12.09.2019 |
Geocodio Accuracy Score PHP Sample Code | The Geocodio Accuracy Score PHP Sample Code demonstrates how to display accurate score with forward geocoding and reverse geocoding. Values cover rooftop, nearest street, and nearest place. | Spreadsheets | 12.09.2019 |
Geocodio Accuracy Score Python Sample Code | The Geocodio Accuracy Score Python Sample Code demonstrates how to display accuracy scores using forward geocoding. Data includes rooftop, point, range interpolation, intersection, place, and state. | Spreadsheets | 12.09.2019 |
Geocodio Accuracy Score Ruby Sample Code | The Geocodio Accuracy Score Ruby Sample Code demonstrates how to access the API to display accurate data including rooftop, point, range interpolation, intersection, street center, place, and state. | Spreadsheets | 12.09.2019 |
Geocodio Accuracy Score Curl Sample Code | The Geocodio Accuracy Score Curl Sample Code demonstrates how to access the API to retrieve accurate data based on accurate scores. The higher the score, the better the result. Results are always... | Spreadsheets | 12.09.2019 |
Geocodio Address Formats Clojure Sample Code | The Geocodio Address Formats Clojure Sample Code demonstrates how to format addresses supporting streets with and without house numbers, intersections, cities, zip codes, and states as entities. | Spreadsheets | 12.04.2019 |
Geocodio Address Formats Node.js Sample Code | The Geocodio Address Formats Node.js Sample Code demonstrates how to access the API to format addresses providing the accuracy type (intersection) and the source (a dataset from the US Census Bureau... | Spreadsheets | 12.04.2019 |
Geocodio Address Formats PHP Sample Code | The Geocodio Address Formats PHP Sample Code demonstrates how to access the API to format addresses that include location, latitude, and longitude. | Spreadsheets | 12.04.2019 |
Geocodio Address Formats Python Sample Code | The Geocodio Address Formats Python Sample Code demonstrates how to access the API to format addresses. Components include street, suffix, formatted street, city, county, state, and zip. | Spreadsheets | 12.04.2019 |
Geocodio Address Formats Ruby Sample Code | The Geocodio Address Formats Ruby Sample Code demonstrates how to format addresses by accessing the API. Geocodio recognizes shorthands for both streets and cities, for example NYC and SF as... | Spreadsheets | 12.04.2019 |
Geocodio Address Formats Curl Sample Code | The Geocodio Address Formats Curl Sample Code demonstrates how to access the API to format address, supporting streets with or without house numbers that require a city or zip in conjunction,... | Spreadsheets | 12.04.2019 |