Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 600 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 600 Bytes

plugins-x-express-node

Node example for Quadnix Plugins.

The code is the default generated by the express generator. Support for Quadnix Plugins has been added for demonstration purposes.

To play this plugin, visit Quadnix Plugins or click here.

Endpoints

  1. / (GET) - Responds with an index page.
  2. /users (GET) - Responds with message respond with a resource.

Build Command

zip -r plugins-x-express-node-v0.0.1.zip . -x .DS_Store -x docs/* -x node_modules/* -x .idea/*