a(nother) machine Cosmos GitHub

getAstronomicalReport gets astronomical data for a time and location.

getAstronomicalReport({ latitude: number; longitude: number; date: DateInput; }): AstronomicalReport

const report = getAstronomicalReport({ 
  latitude: , 
  longitude: , 
  date:  
});