Rigflo is a visual interface for exploring and editing OpenAPI documents. The tool aims to provide developers with an intiuitive interface to get up and running when building out APIs. By lowering the barrier of entry to working with OpenAPI documents, more developers can gain access to the various tools within the OpenAPI ecosystem.
- Connect and route GET, POST, PUT, DELETE paths
- Edit path metadata
- Github integration
- Auto-save via local storage
- Export to YAML
- Fork this repository:
gh repo fork https://github.com/oslabs-beta/rigflo
- Install dependencies:
npm install
- Start the development server:
npm start
Note: Rigflo uses Snowpack for fast unbundled development. If you're having issues starting the development server, reference their docs for guidance.
Rigflo is under active development in collaboration with OS Labs