Clone this repo and install the dependencies
This project uses yarn as a package manager, so to install your depencies run:
yarn install
**If you don’t have yarn installed globally, follow their installation documentation here according to your operating system: https://yarnpkg.com/lang/en/docs/install
Get a NASA developer API key in order to access the API endpoints from the website linked above.
Run yarn start
in your terminal and go to http:localhost:3000
to check that the app is running correctly.
├── README.md
├── src *** Contains client.js and index.html Files
│ ├── public
│ │ ├── images *** Background Images
│ │ ├── assets
│ │ └── ├── stylesheets *** CSS Files
│ │
│ └── server *** index.js
└── .env *** Storing API Key
A selection bar for the user to choose which rover’s information they want to see.
client.js - Formats and sends data to DOM
index.html
index.js