This is a VueJS project to pull in temperatures from Mars and then allow the user to compare it to their local Earth temperatures.
To see this app in action, head here
First go into the mars-weather-app
directory then install the Node packages
cd mars-weather-app
npm install
npm run serve
npm run build
npm run test:unit
npm run test:e2e
npm run lint