- Nanodegree: Front End Developer
- Module: Capstone
The project is a travel planner application.
- HTML
- Sass
- JavaScript
- Node.js
- Fetch API
- Bootstrap
- Express.js
- webpack
- Geonames API
- Dark Sky API
- Pixabay API
- Clone project:
git clone https://github.com/Massimilianok/travel-app.git
- Install dependencies:
npm install
- Sign up for achieve api credentials: Geonames, Dark Sky, Pixabay
- Add your API credentials in .env file:
GEONAMES_API_USERNAME=your_api_username
DARKSKY_API_KEY=your_api_key
PIXABAY_API_KEY=your_api_key
- Run npm script for start up of the project:
npm run start
- Project running on: http://localhost:8000
If you want to update the project or create new features use the npm script npm run dev
travel-app
is MIT licensed.