Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 701 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 701 Bytes

NASA Images

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.

How to use

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.

To start developing

NASA images has nodemon so you can develop without having to manually restart your node server. Simply do:

nodemon index.js