-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow any site #4
Comments
@zemogle I'm considering adding this functionality so that I can integrate whatsup into AstroSwarm. Do you have any opinion on what the API call should be for an arbitrary-location search? Google uses a |
I was thinking of using |
Hi Edward!
I'd be wary of using `long`, as it's a reserved word in some languages.
Hope all is well!
-Ben
…On Tue, Oct 17, 2017 at 6:34 AM, Edward Gomez ***@***.***> wrote:
I was thinking of using lat=xx&long=yy. Are you thinking of using WhatsUP
as a service or using your own install of it?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AADLz_x51ygNJOqp1r0xgt5ddpwHmN1kks5stK0AgaJpZM4E_6ke>
.
|
Hi Ben! Great to hear from you. Thanks for the reminder about |
On Oct 17, 2017 08:39, "Edward Gomez" <[email protected]> wrote:
Hi Ben! Great to hear from you. Thanks for the reminder about long. I think
lon and lat should be fine.
Could also 'elong' (East longitude) to make it explicit which direction is
positive.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABsafAJmq6C0F2c_0bYJirtcW9i_OuF4ks5stLwZgaJpZM4E_6ke>
.
|
@zemogle Thanks for the guidance. I have a POC here using I infer from the code that you are only running via Docker in production. I'm planning to write a docker-compose config to run everything locally through Docker (including MySQL). Does this seem like a reasonable development approach to you, or is there another I should use? Is |
n.b. Above-comment edited to reflect latest information. I'm close to having this working, but could use feedback on a couple things:
|
API only currently allows for LCOGT sites to be specified by 3-letter airport code. Extend this API so latitude and longitude can be used instead.
The text was updated successfully, but these errors were encountered: