nasa-apod-vue

Vue.JS application that shows astronomy pictures from NASA API

Nasa Apod Vue Desktop Demo Nasa Apod Vue Mobile Demo

Created with

  1. Vue.JS
  2. Bootstrap
  3. NASA Open APIs

Installation

  1. git clone https://github.com/fabriziopace/nasa-apod-vue.git
  2. cd nasa-apod-vue
  3. npm install
  4. create a new .env file inside the main directory
  5. write NASA_API_KEY='HERE YOUR API' into the file
  6. generate a new API Key from https://api.nasa.gov and copy it into the .env file
  7. npm run serve
  8. go to http://localhost:8080