This application is the capstone project for the Front-end Developer nanodegree for Udacity. It lets you put in a location and time, then returns weather information for that particular location
This travel app is very easy to develop off of. All you need to do are the following steps!
git clone https://github.com/trentschnee/travel-app-capstone.git
npm install
or yarn install
npm run start
or yarn start
npm run build-dev
or yarn build-dev
The application also allows you to build in production mode. Just do npm run build-prod
or yarn build-prod
This web application utilizes the following API's
- Geonames
- Weatherbit
- Pixabay
All criteria in the rubric has been completed for the following sections in the rubric:
- Development Environment and Architecture - ✔
- HTML & CSS - ✔
- API and JS Integration - ✔
- Documentation - ✔
All errors on here are soley bugs on webpack 4's part. -> jantimon/html-webpack-plugin#895