Vue.JS application that shows astronomy pictures from NASA API
git clone https://github.com/fabriziopace/nasa-apod-vue.git
cd nasa-apod-vue
npm install
.env
file inside the main directoryNASA_API_KEY='HERE YOUR API'
into the file.env
filenpm run serve
http://localhost:8080