Coder Social home page Coder Social logo

api-designer-fs's Introduction

API designer using local filesystem

This repository contains an implementation of the api-designer using the local filesystem. As you might realize, I am only fetching the current master version as a dependency.

There are two areas that I have changed to enable accessing the local filesystem:

  1. provide an override for the default filesystem that is being used (browser cache) - find necessary code inside the html folder -
  2. expose local filesystem as HTTP endpoint - find necessary code inside the store folder -

This project is used to showcase how to enable the API designer to use the local filesystem. There might be problems so please be aware of that.

Installation

It is not hosted on NPM and I am actually not planning to do it. Again, it's for demo purposes. If you still want to use it on your own, you can follow those simple steps:

  1. Clone the repository
  2. Execute cd api-designer-fs
  3. Execute npm install
  4. Execute npm link
  5. Execute api-designer-fs examples/

api-designer-fs's People

Contributors

sichvoge avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

api-designer-fs's Issues

Unhandled 'error' event on startup

after installing I get the following on startup when executing "api-designer-fs examples/"

opening examples/
10500
Open http://localhost:9000/raml-store/ to browse api-designer
events.js:183
throw er; // Unhandled 'error' event
^

Error: spawn open ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:190:19)
at onErrorNT (internal/child_process.js:362:16)
at _combinedTickCallback (internal/process/next_tick.js:139:11)
at process._tickCallback (internal/process/next_tick.js:181:9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.