You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . NPR . StationFinder . SearchByZipCode
Retrieves local NPR member stations based on zip code.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo retrieves local NPR member stations based on zip code. The documentation for this NPR API method can be found here.
Here's an example of acceptable inputs:
APIKey: {YOUR API KEY}
Zip: 33323
The following is a partial excerpt from the XML information returned by this Choreo:
<?xml version="1.0" encoding="UTF-8"?> <stations version="0.94"> <title>Stations near 33323</title> <station id="482"> <callLetters>WLRN</callLetters> <band>FM</band> <name>WLRN-FM</name> <memberStatus>Member</memberStatus> <frequency>91.3</frequency> <network orgId="481">WLRN Public Radio</network> <marketCity>Miami</marketCity> <state>FL</state> <signal strength="5">strong</signal> <url typeId="1" type="Organization Home Page" title="WLRN-FM Homepage">http://www.wlrn.org/</url> <url typeId="2" type="Program Schedule" title="WLRN HD1 Program Schedule">http://www.wlrn.org/radio/schedule-931-fm/</url> <url typeId="4" type="Pledge Page" title="Support">https://store.friendsofwlrn.org/alleg/wlrnPledge.asp?P=FMSPRWEB&C=RD&BRSR=NETS&VER=5&REFR=</url> <url typeId="7" type="Audio Stream" title="WLRN HD2">http://www.wlrn.org/</url> <url typeId="7" type="Audio Stream" title="WLRN HD1">http://204.13.4.157:8000/listen.pls</url> <url typeId="9" type="Podcast" title="WLRN Podcast">http://www.wlrn.org/tasks/feed/?feedID=81F1222C-E081-3070-43F6224AB322DCE6</url> <url typeId="10" type="Audio MP3 Stream" title="WLRN HD1">http://204.13.4.157:8000/listen.pls</url> <url typeId="10" type="Audio MP3 Stream" title="WLRN HD2">http://204.13.4.157:9000/listen.pls</url> <url typeId="16" type="Facebook Url" title="Facebook">http://www.facebook.com/pages/WLRN-Public-Radio-and-Television/28348730201</url> <url typeId="17" type="Twitter Feed" title="Twitter">http://twitter.com/WLRN</url> <image type="logo">http://media.npr.org/images/stations/logos/wlrn_fm.gif</image> <tagline>NPR News & Intelligent Talk All Day, and the Best in Jazz Seven Nights a Week</tagline> <orgDisplayName>WLRN</orgDisplayName> <identifierAudioUrl type="mp3">http://media.npr.org/stationid/482.mp3</identifierAudioUrl> <identifierAudioUrl type="mp4">http://media.npr.org/stationid/482.mp4</identifierAudioUrl> </station> <station id="713"> <callLetters>WPBI</callLetters> <band>FM</band> <name>WPBI-FM</name> <memberStatus>Member</memberStatus> <frequency>90.7</frequency> <network orgId="1274">WKCP-FM</network> <marketCity>West Palm Beach</marketCity> <state>FL</state> <signal strength="3">moderate</signal> <url typeId="1" type="Organization Home Page" title="WPBI-FM Homepage">http://classicalsouthflorida.publicradio.org/radio/wpbi/</url> <url typeId="2" type="Program Schedule" title="Program Schedule">http://classicalsouthflorida.publicradio.org/radio/schedule_1019/</url> <url typeId="4" type="Pledge Page" title="Support">http://classicalsouthflorida.publicradio.org/support/</url> <url typeId="7" type="Audio Stream" title="WPBI News - Classical South Florida">http://classicalsouthflorida.publicradio.org/radio/wpbi/</url> <url typeId="10" type="Audio MP3 Stream" title="WPBI News - Classical South Florida">http://wpbistream1.publicradio.org/wpbistream.m3u</url> <url typeId="16" type="Facebook Url" title="Facebook">http://www.facebook.com/pages/Classical-South-Florida/137417949040</url> <image type="logo">http://media.npr.org/images/stations/logos/wpbi_fm.gif</image> <tagline>WPBI News. A service of Classical South Florida.</tagline> <orgDisplayName>WPBI</orgDisplayName> </station> <station id="1274"> <callLetters>WKCP</callLetters> <band>FM</band> <name>WKCP-FM</name> <memberStatus>Member</memberStatus> <frequency>89.7</frequency> <marketCity>Miami</marketCity> <state>FL</state> <signal strength="3">moderate</signal> <url typeId="1" type="Organization Home Page" title="Classical South Florida Homepage">http://classicalsouthflorida.publicradio.org/</url> <url typeId="2" type="Program Schedule" title="Program Schedule">http://classicalsouthflorida.publicradio.org/radio/schedule/</url> <url typeId="4" type="Pledge Page" title="Support">http://classicalsouthflorida.publicradio.org/support/</url> <url typeId="7" type="Audio Stream" title="Classical South Florida">http://classicalsouthflorida.publicradio.org/</url> <url typeId="7" type="Audio Stream" title="WPBI News - Classical South Florida">http://classicalsouthflorida.publicradio.org/radio/wpbi/</url> <url typeId="10" type="Audio MP3 Stream" title="Classical South Florida">http://csfstream1.publicradio.org/csf.m3u</url> <url typeId="10" type="Audio MP3 Stream" title="WPBI News - Classical South Florida">http://wpbistream1.publicradio.org/wpbistream.m3u</url> <image type="logo">http://media.npr.org/images/stations/logos/wkcp_fm.gif</image> <tagline>Classical South Florida</tagline> <orgDisplayName/> <identifierAudioUrl type="mp3">http://media.npr.org/stationid/1274.mp3</identifierAudioUrl> <identifierAudioUrl type="mp4">http://media.npr.org/stationid/1274.mp4</identifierAudioUrl> </station> </stations>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms