Host you InVision Prototype Data Export in an clear Laravel Wrapper App.
demo.mp4
-
Extract Name from Invision export
-
Extract Slugs from Invision export
-
Add Auth and Public Share Links
-
Extract Data from:
Comment form BenNadel:
The exports were designed such that the data in the export is actually stored in a separate file (config.js). This is a JavaScript file (which I had to use in order to make it work on a user's local file system); but, the data is delimited by two comments, example:
So, if you ever wanted to access the data using PHP you could read-in this file, extract the bits between the two comment land-marks, decode the hex-encoded characters, and then deserialize the JSON, and you'd have the data that is powering the experience.
- Instead of showing the Iframe collect all Data to create a real replacement
coming soon