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.git
cd nasa-apod-vue
npm install
- create a new
.env
file 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
.env
file npm run serve
- go to
http://localhost:8080