AstronomyAPI / Samples

Examples for Astronomy API
https://astronomyapi.com
MIT License
30 stars 3 forks source link

Endpoint expects float type values instead of strings #34

Closed milkwitch closed 1 year ago

milkwitch commented 2 years ago

The studio endpoint seems to want floats for latitude and longitude instead of strings. The v-model in MoonPhase.vue can be updated to float, and I think the data function has to be updated? I'm not actually familiar with vue, so I'm not certain, but that's what I did to fix it. Thanks again for this great example

astroanu commented 2 years ago

Thanks, if you could send a PR it would be nice

astroanu commented 1 year ago

This is now fixed