https://github.com/yosh1/flights-api
API to get Japanese flights data (use odpt2019's data).
https://github.com/yosh1/flights-api
flights-api odpt2019 opendata-api
Last synced: 4 days ago
JSON representation
API to get Japanese flights data (use odpt2019's data).
- Host: GitHub
- URL: https://github.com/yosh1/flights-api
- Owner: yosh1
- Created: 2019-11-10T13:50:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T15:37:22.000Z (about 4 years ago)
- Last Synced: 2025-03-02T05:24:21.983Z (over 1 year ago)
- Topics: flights-api, odpt2019, opendata-api
- Language: JavaScript
- Homepage:
- Size: 2.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# odpt2019-server
---
## How to run?
### Source install
```
$ git clone
$ cd
```
### package install
```
$ npm i
```
### Run
```
$ npm run start
```
### deploy for App Engine
```
$ gcloud app deploy
```
#### browse
```
$ gcloud app browse
```