Weather Source code
- Summary
- Articles (85)
- APIs (344)
- Mashups (135)
- SDKs (269)
- Libraries (24)
- Source Code (112)
- Followers (50)
- Developers (137)
Weather 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 |
---|---|---|---|
Google Maps Drag and Drop JavaScript Sample Code | The Google Maps Drag and Drop JavaScript Sample Code demonstrates how to drag and drop either a GeoJSON file or a selection of GeoJSON text onto the map. | Mapping | 07.09.2020 |
Google Maps Polygon JavaScript Sample Code | The Google Maps Polygon JavaScript Sample Code demonstrates how to use the data layer feature to create a polygon with two internal holes. | Mapping | 07.08.2020 |
Google Maps GeoRSS JavaScript Sample Code | The Google Maps GeoRSS JavaScript Sample Code demonstrates how to construct a KmlLayer object from a given GeoRSS feed. | Mapping | 07.08.2020 |
Google Maps Bicycle Layer JavaScript Sample Code | The Google Maps Bicycle Layer JavaScript Sample Code demonstrates how to create a map that displays bike paths, suggested bike routes, and other overlays specific to bicycle use. | Mapping | 07.08.2020 |
Google Maps Heatmaps JavaScript Sample Code | The Google Maps Heatmaps JavaScript Sample Code demonstrates how to access heatmaps. Users can change toogle, gradient, radius, and opacity. | Mapping | 07.08.2020 |
Ambient Weather Get devices Python Sample Code by Amos Vryhof | This Python Sample Code demonstrates how to retrieve devices. There must be a 2 second wait between requests to avoid a 429 error. | Weather | 11.25.2019 |
Ambient Weather Commands PHP Sample Code by Jafo232 | This PHP Sample Code demonstrates how to create a command instance, execute a command, and send the instance to sleep. | Weather | 11.25.2019 |
Ambient Weather Realtime test Python Sample Code by Aaron Bach | This Python Sample Code demonstrates how to connect a socket to an asynchronous handler. This also tests if connections are successful. | Weather | 11.25.2019 |
Ambient Weather Print available calls Go Sample Code by Larry Rosenman | This Go Sample Code returns the available calls and possible responses. Developers need to include their own API Key. | Weather | 11.25.2019 |
Ambient Weather Realtime test NodeJS Sample Code by Oliver Wise | This NodeJS Sample Code demonstrates how to attach subscriptions to devices and users. This requires an API Key to work. | Weather | 11.25.2019 |
Ambient Weather Display recent data NodeJS Sample Code by Oliver Wise | This NodeJS Sample Code demonstrates how to list user devices and display recent data. This test application requires an API Key. | Weather | 11.25.2019 |
Ambient Weather Get devices Python Sample Code by Aaron Bach | This Python Sample Code demonstrates how to retrieve devices, asynchronously. | Weather | 11.25.2019 |
weatherstack Latest weather information Ruby Sample Code | This Ruby Sample Code demonstrates how to retrieve the latest available weather data for a particular location. This requires a personal access key. | Weather | 09.11.2019 |
weatherstack Latest weather information Go Sample Code | This Go Sample Code demonstrates how to retrieve the latest available weather data for a particular location. This requires a personal access key. | Weather | 09.11.2019 |
weatherstack Latest weather information JavaScript Sample Code | This JavaScript Sample Code demonstrates how to retrieve the latest available weather data for a particular location. This requires a personal access key. | Weather | 09.11.2019 |
weatherstack Latest weather information NodeJS Sample Code | This NodeJS Sample Code demonstrates how to retrieve the latest available weather data for a particular location. This requires a personal access key. | Weather | 09.11.2019 |
weatherstack Latest weather information Python Sample Code | This Python Sample Code demonstrates how to retrieve the latest available weather data for a particular location. The code snippet requires a personal access key. | Weather | 09.11.2019 |
weatherstack Latest weather information PHP Sample Code | This PHP Sample Code demonstrates how to retrieve the latest available weather data. The code snippet requires a personal access key. | Weather | 09.11.2019 |
CheckWX Ruby Sample Code | The CheckWX Ruby Sample Code demonstrates how to access the API to implement weather features into air travel applications. Developers can access airport, heliport, gliderport, seaplane base, and... | Weather | 08.14.2019 |
CheckWX Python Sample Code | The CheckWX Python Sample Code demonstrates how to authenticate with an API Key to access weather features for air travel applications. | Weather | 08.14.2019 |
CheckWX PHP Sample Code | The CheckWX PHP Sample Code demonstrates how to check a station airport radius. Developers can authenticate with an API Key. | Weather | 08.14.2019 |
CheckWX jQuery Sample Code | The CheckWX jQuery Sample Code demonstrates how to use a GET request, send an API Key authentication, and receive JSON responses in return. | Weather | 08.14.2019 |
CheckWX Curl Sample Code | The CheckWX Curl Sample Code demonstrates how to access the API with an API Key to implement an air station radius. With parameters, developers can implement airport, heliport, gliderport, seaplane... | Weather | 08.14.2019 |
Apixu Forecast Ruby Sample Code | The Apixu Forecast Ruby Sample Code demonstrates how to implement forecast into applications including a location's name, region, country, latitude, longitude, and local time. | Weather | 08.09.2019 |
Apixu Current Ruby Sample Code | The Apixu Current Ruby Sample Code demonstrates how to access the API with an API Key to implement current weather conditions into applications. | Weather | 08.09.2019 |