Autodesk Forge Nodes Node-RED nodes
npm install node-red-node-forge

!Platforms

Forge API:





A collection of nodes for Autodesk Forge API running on Node-RED.
where you can create graph like this one
All of these nodes are available as individual npm packages. See the list below for the
npm package names, or search npm.
This repository acts as an overall store for these nodes - and is not
intended as a way to install them - unless you really do want to modify them.
To install - either use the manage palette option in the editor, or change to your Node-RED user directory.
cd ~/.node-red
npm install node-red-node-forge --save
--------
For Windows - Install all the required tools and configurations using Microsoft's windows-build-tools using npm install --global --production windows-build-tools from an elevated PowerShell or CMD.exe (run as Administrator).
Then
- Clone Node-red repo: ``git clone https://github.com/node-red/node-red.git``
- Clone this repo: git clone https://github.com/cyrillef/node-red-node-forge.git``
- cd node-red-node-forge``
- Install dependencies npm install``
- cd ../node-red``
- Install the Forge node in node-red npm install ../node-red-node-forge --save``
- Install dependencies npm install``
- Start Node-red NODE_ENV=development node packages/node_modules/node-red/red.js --userDir ~/my-configs/node-red`
- Open your favorite Browser and navigate to `http://localhost:1880/``
- Import any of the Forge node-red examples
- Setup the credential nodes as needed
--------
This sample is licensed under the terms of the MIT License.
Please see the LICENSE file for full details.
Cyrille Fauvel
Forge Partner Development
http://developer.autodesk.com/
http://around-the-corner.typepad.com