Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 851 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 851 Bytes

Open flightmaps API Server

Overview

This server was generated by the swagger-codegen project. By using the OpenAPI-Spec from a remote server, you can easily generate a server stub. This is an example of building a node.js server.

This example uses the expressjs framework. To see how to make this your own, look here:

README

Running the server

To run the server, follow these simple steps:

npm install
node .

To view the Swagger UI interface:

open http://localhost:8080/api-doc

This project leverages the mega-awesome swagger-tools middleware which does most all the work.