Skip to content

cornell-data/codi-explorer

 
 

Repository files navigation

CODI Explorer

This is a fork of the open-source project https://github.com/jensoleg/swagger-ui, which has been modified for CODI's API documentation. The Jensoleg project was a modified fork of Swagger UI. Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API. Learn more about Swagger here.

Running Server Locally

To run this project locally, you will need to have node and npm installed. Then do the following:

  1. Install http-server

    npm install -g http-server
    
  2. Navigate to the dist directory and serve files from your file system

    http-server --cors
    

License

Copyright 2011-2015 Reverb technologies, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Packages

No packages published

Languages

  • CSS 61.5%
  • JavaScript 35.5%
  • HTML 3.0%