Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/the-manpreet-singh/capstone-travel-app
- Owner: The-manpreet-singh
- Created: 2020-06-28T14:13:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:16:24.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T16:48:45.812Z (almost 2 years ago)
- Topics: 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
- Language: JavaScript
- Homepage: https://capstone-travel-by-manpreet.netlify.app/
- Size: 786 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
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