Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/the-manpreet-singh/capstone-travel-app

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.
https://github.com/the-manpreet-singh/capstone-travel-app

async-await babel body-parser bootstrap4 cors css3 express fetch-api html5 javascript jest moment sass-loader scss server service-worker supertest webpack webpack-server

Last synced: 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Udacity- Capstone Travel App Project

## Live Url- https://capstone-travel-by-manpreet.netlify.app/

## Rules: project rubic (https://review.udacity.com/#!/rubrics/2669/view)

# overview

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.

# 4 Apis used

- `paxabay`
- `weatherbit.io`
- `restcountries`
- `geonames`

# how to use:

- `npm install` or `yarn install`
- `npm run build-dev` or `yarn run build-dev`
- `npm start` or `yarn start` to start the app
- this app runs on localhost:8080, but you can of course edit that in server.js