Jetbook is a learning project base on Vue HackerNews and use Kiwi API + Vuejs + Element UI to build flights search page.
- Search flights from Kiwi API
- See detail route of flight
- Filter flights option
Requires Node.js 6+
# install dependencies
npm install # or yarn
# serve in dev mode, with hot reload at localhost:8080
npm run dev
# build for production
npm run build
# serve in production mode
npm start