A simple image search application for NASA images. Complete with pre-defined search terms, filters, popular search terms, cached responses and bookmarkable urls. NASA Images is a single page application built with VueJS, Bootstrap and NodeJS.
You will need a API key from the NASA API Portal. Add this in your .env file as "API_KEY".
npm install
Once its done installing, run
npm start
Open a browser and type in http://localhost:500 and you should see the site.
NASA images has nodemon so you can develop without having to manually restart your node server. Simply do:
nodemon index.js