michelschep / ix-apod-data

Web component to retrieve apod data from NASA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ix-apod-data web component

Webcomponent that can be used to retrieve the Astronomy Picture of the Day data

Nasa publishes a APOD every day (of course :-)): http://apod.nasa.gov/apod/

ix-apod-data uses NASA's APOD API to retrieve the apod data: https://api.nasa.gov/api.html#apod

With the apod webcomponent it is possible to use APOD data on your website:

<html>
...
<body>

...

<ix-apod-data apod="{{data}}"></ix-apod-data>

...

</body>
</html>

About

Web component to retrieve apod data from NASA


Languages

Language:HTML 100.0%