Rules: project rubic (https://review.udacity.com/#!/rubrics/2669/view)
In this project we plan the trip and save, delete the trip, we also check how many days left, weatherforecast, temp for the trip. We fetch data from 4 apis to display the trip which are dependant on each other.
This project that excercised my ability to navigate through the module bundler, 'Webpack'. The result of which is a weather app and express/ node.js driven application.
paxabay
weatherbit.io
restcountries
geonames
npm install
oryarn install
npm run build-dev
oryarn run build-dev
npm start
oryarn start
to start the app- this app runs on localhost:8080, but you can of course edit that in server.js