Vue.JS application that shows astronomy pictures from NASA API
- Vue.JS
- Bootstrap
- NASA Open APIs
git clone https://github.com/fabriziopace/nasa-apod-vue.gitcd nasa-apod-vuenpm install- create a new
.envfile inside the main directory - write
NASA_API_KEY='HERE YOUR API'into the file - generate a new API Key from https://api.nasa.gov and copy it into the
.envfile npm run serve- go to
http://localhost:8080

