A simple Vue app using the NASA API
NASA API – Space Demo
This is a simple Vue application using the NASA API, it displays a list of recent near earth asteroid approaches using the Asteroids NeoWs API . It also retrieved the daily image from NASA’s APOD API.
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your unit tests
npm run test:unit
Lints and fixes files
npm run lint