Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkfsn/flyjapan
Let's go to Japan! πΉπΌπ―π΅
https://github.com/mkfsn/flyjapan
cli golang japan lcc peach taiwan tiger vanilla
Last synced: about 2 months ago
JSON representation
Let's go to Japan! πΉπΌπ―π΅
- Host: GitHub
- URL: https://github.com/mkfsn/flyjapan
- Owner: mkfsn
- Created: 2019-03-16T08:42:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T09:52:18.000Z (about 5 years ago)
- Last Synced: 2023-03-23T03:42:36.865Z (almost 2 years ago)
- Topics: cli, golang, japan, lcc, peach, taiwan, tiger, vanilla
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Let's go to Japan! ζ₯ζ¬γ«γγγοΌ
![image](https://img.shields.io/badge/PullRequests-welcome-green.svg)
![image](https://img.shields.io/badge/FeatureRequests-welcome-green.svg)I create this project as I want to know if there some cheap flights to some cities of Japan in the incomming weekends.
There are three major LCCs which I'm planning to support in this project:
| Airline | Status |
|---------------------------------------------------| :---: |
| [Peach](https://booking.flypeach.com/tw/search) | :white_check_mark: |
| [Jetstar](https://www.jetstar.com/tw/zh/home) | In Progress |
| [Tiger](https://www.tigerairtw.com/zh-tw/) | :warning: (see [Tiger Airline](#tiger-airline)) |Feel free to ask for features!
# Example
See [this example](//github.com/mkfsn/flyjapan/blob/master/examples/weekend.go)
![image](https://user-images.githubusercontent.com/667169/54473678-e8dfb980-4815-11e9-96c7-9ff463f5da9c.png)
# Tiger Airline
As [Tiger Airline](https://www.tigerairtw.com/zh-tw/) is using [reCaptcha](https://www.google.com/recaptcha/intro/v3.html) when querying the flight information, it's hard to write a crawler to fetch the detailed flight information.
The current implementation is to fetch the cache result (see [one of the cache page](https://static.tigerairtw.com/fare-cache/TPE:HND:TWD:2020-01)) so there's no flight information but only fare information per day.