michaelsoriano / nasa-images

A VueJS application for searching images from NASA Open API. Uses NodeJS for the back, Axios and VueRouter.

Home Page:http://nasaimages.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A VueJS application for searching images from NASA Open API. Uses NodeJS for the back, Axios and VueRouter.

http://nasaimages.herokuapp.com/


Languages

Language:CSS 64.3%Language:JavaScript 21.8%Language:HTML 13.9%