Skip to content

mxkrzrk/travel-planner

Repository files navigation

Travel Planner

  • Nanodegree: Front End Developer
  • Module: Capstone

Project summary

The project is a travel planner application.

Main technologies

  • HTML
  • Sass
  • JavaScript
  • Node.js
  • Fetch API
  • Bootstrap
  • Express.js
  • webpack

Third party API

  • Geonames API
  • Dark Sky API
  • Pixabay API

Install

  • Clone project:
git clone https://github.com/Massimilianok/travel-app.git
  • Install dependencies:
npm install
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

Development mode

If you want to update the project or create new features use the npm script npm run dev

License

travel-app is MIT licensed.