Trying to change the world, I'm going to plot and scheme
This is a small program that downloads and interprets some public data about exoplanets.
You can follow progress starting with this milestone: Assignment
Open up a terminal and navigate to a directory you want to download the project into.
git clone [email protected]:peterjhart/intragalactic-exoplanetary.git
cd intragalactic-exoplanetary
npm install
npm start
Once the app is downloaded and installed, running tests is simple:
npm run test
This runs the test in "watch" mode. Press Ctrl+C to cancel.
If the response in the terminal says, "No tests found to file changed since last commit," press 'a' to test everything.