Subj : Getting started with JS addons to Sync To : Digital Man From : Sam Alexander Date : Wed Jun 21 2017 08:05 pm Re: Getting started with JS addons to Sync By: Digital Man to Sam Alexander on Wed Jun 21 2017 10:42 am > Re: Getting started with JS addons to Sync > By: Sam Alexander to All on Tue Jun 20 2017 07:43 pm > > > Can JS with sync interact with the services? > > Which services are you referring to? > I'd like to write some add-ins to check ham radio licenses, there's a site with an API that can be called with the callsign to return JSON I'd like to parse and return to the user. There's another one that returns APRS data also for ham radio. Also there are a few News sites that return news from multiple sourcews. Though about writing a news app people could use to subscribe to news from various sites. Just have a few ideas with stuff like this I'd like to try and wrap into sync as doors or something else. The mozilla.org developer site does mention XMLHttpRequest which I believe handles this so hopefuly this is the right path? https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest > Look here: http://synchro.net/docs/js.html > I have, it's a great site and resources! I'm just trying to get my toolbelt in order before starting to build stuff. I've been getting more into Javascript at work, so I really want to get into it here to. Thanks again for your help. .