kb8pez wrote:
My license is valid, I just got it back as a vanity call. I have a current printed license with it and everything. I recently passed the general exam an got the call kd8zkl and then immediately applied and got my old call as a vanity.
A mobile html site would work but I am a mobile app developer looking a project. I can reverse engineer the search requests the with the chrome inspector and then scrape the results out of the returned html table or possibly use the plain text output if the formatting is consistent enough. I just thought it would be polite if I asked first :)
Terry
You have a good idea there with scraping the output. The plain text output uses a fixed width font with padded spacing rather than tabs to accomplish columnized formatting. It would be easier to parse the PSV (pipe separated values) output option as it doesn't have the padded spaces. The formatting is consistent. Our pages are designed to be lightweight and don't include a bunch of hidden junk like other sites so it should be fairly easy to scrape.