Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T15:37:22.000Z (almost 3 years ago)
- Last Synced: 2023-03-01T00:12:27.062Z (almost 2 years ago)
- Topics: flights-api, odpt2019, opendata-api
- Language: JavaScript
- Homepage:
- Size: 2.23 MB
- Stars: 0
- Watchers: 1
- 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
```