ming517 / flight-price

A simple app written in Vue to integrate skyscanner API and display the cheapest flight price in calendar format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flight Price

A simple app written in Vue to display cheapest flights fares for selected month in calendar view using Skyscanner Flight Search API through Rapid API (https://rapidapi.com/skyscanner/api/skyscanner-flight-search)

Project setup

  • yarn install
  • create .env file at project root folder
  • add VUE_APP_RAPID_API_KEY=<<api_key>>, where <<api_key>> replace with the Rapid API key after signup

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

About

A simple app written in Vue to integrate skyscanner API and display the cheapest flight price in calendar format


Languages

Language:Vue 74.5%Language:JavaScript 21.0%Language:HTML 4.4%