https://github.com/ducdev/travel-app
https://github.com/ducdev/travel-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ducdev/travel-app
- Owner: ducdev
- Created: 2020-03-08T19:25:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T04:28:07.000Z (about 3 years ago)
- Last Synced: 2025-04-08T07:39:49.493Z (12 months ago)
- Language: JavaScript
- Size: 4.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Get Up and Running
We're using the APIs from darksky, pixelbay and geonames to create an application to help people plan their next trip.
This is a part of the FEND Udacity course.
## Get Up and Running
https://travel-app.ducdev.now.sh
## How to run
Clone this repo to your machine:
```
git clone git@github.com:ducdev/travel-app.git
```
Caution: pixabay & darksky API keys are stored in .env, you may need to create it on your own
- ```darkSky_KEY```
- ```pixabay_KEY```
`cd` into project folder and run:
- ```npm install```
- ```npm test``` to test the web app
- ```npm run build-dev``` to build a development bundle
- ```npm run build-prod``` to build a production bundle
- ```npm start``` to start the web app
- this web app runs on localhost:8081, but you can change the port in server.js