A Vue.js web app where you can see NASA's photo of the day or check the photo of the day of any day you want!
- Using Vue.js for the first time.
- Working with 3rd-party RESTful API from NASA.
- Implementing 3rd-party calendar package from v-calendar.
- Deployment to Netlify
- Vue.js
- NASA Photo of the day RESTful API
- v-calendar package
- Netlify
- Continuous Deployment (CD) with Netlify
- Fork and clone down this repository.
- In your Terminal, access the directory of this repository.
- Run
npm install
to install the webpack dependencies. - Once it has finished installing, run
npm run serve
. - Check out your broswer.