Skip to content

Instantly share code, notes, and snippets.

@scottp

scottp/README.md Secret

Created January 26, 2015 23:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottp/ab71aef3324c9abcf364 to your computer and use it in GitHub Desktop.
Save scottp/ab71aef3324c9abcf364 to your computer and use it in GitHub Desktop.
Freeboard load/save to file

Freeboard integration is easy to add but how do you read/write your freeboard configuration.

I am working on a Database List, Read/Write/Create REST flow and plugin for Freeboard. In the mean time I wanted a simple way to read/write to a file.

[{"id":"bc6d16e5.4392e8","type":"http in","name":"POST Freeboard FILE","url":"/freeboard/file","method":"post","x":103,"y":580,"z":"80882c18.7f77d","wires":[["317047b5.ce8fb8","9752e2c7.68ad2"]]},{"id":"317047b5.ce8fb8","type":"http response","name":"","x":349,"y":560,"z":"80882c18.7f77d","wires":[]},{"id":"9752e2c7.68ad2","type":"file","name":"","filename":"testfreeboard.json","appendNewline":true,"overwriteFile":"true","x":358,"y":597,"z":"80882c18.7f77d","wires":[]},{"id":"7a681f24.8597e","type":"comment","name":"Freeboard Integration","info":"Look at better REST implementation. \n\nCan we for example have separate flows for same path\nGET /x = list, GET /x/:id - one object\nPOST /x - create","x":98,"y":533,"z":"80882c18.7f77d","wires":[]},{"id":"331f1876.cce0e8","type":"http in","name":"GET Freeboard FILE","url":"/freeboard/file","method":"get","x":109,"y":635,"z":"80882c18.7f77d","wires":[["77ca7539.88358c"]]},{"id":"77ca7539.88358c","type":"file in","name":"","filename":"testfreeboard.json","format":"utf8","x":316,"y":639,"z":"80882c18.7f77d","wires":[["c2dc322d.3d23d"]]},{"id":"c2dc322d.3d23d","type":"http response","name":"","x":515,"y":636,"z":"80882c18.7f77d","wires":[]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment