Skip to content

ifoi/Spacestagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spacestagram

Spacestagram: Image-sharing from the final frontier

You can view the Demo at https://ifoi.github.io/Spacestagram/

To test it .. you can clone this repo,

Make sure to change into directory and run "Npm install" to download modules

and then in the root foolder of this app, (same folder that has app.js) create a config.js file.. with the following info .

(and either use your own Nasa API key .. or you can use the key : DEMO_KEY).

const config = { NASA_API_KEY: "DEMO_KEY" }

For more on the API key .. go to https://api.nasa.gov -

Then open index.html file with your web browser ..