Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dancespiele/flight-map-api
https://github.com/dancespiele/flight-map-api
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dancespiele/flight-map-api
- Owner: dancespiele
- Created: 2018-11-19T16:11:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T03:18:51.000Z (almost 6 years ago)
- Last Synced: 2024-10-10T05:35:23.804Z (28 days ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flight Map API
API example for [flight-map](https://github.com/dancespiele/flight-map)
## Requirements
* node > 8
* typescript 3## How use it
Execute the next commands:
* `git clone [email protected]:dancespiele/flight-map-api.git`
* `cd flight-map-api`
* `npm install`
* Create a .env file in the root of flight-map directory```
APP_ID=[your api id from flightstats]
APP_KEY=[your api key from flightstats]
```* `npm start`
## Test
* create a .env.test in the test directory
```
APP_ID=[your api id from flightstats]
APP_KEY=[your api key from flightstats]
```
* execute `npm test` in the root of flight-map-api directory