scenevr-summary
v1.0.1
Published
Create a search engine indexable summary of a scenevr scene by connecting over a websocket
Downloads
3
Readme
Summary
Create an html summary of a scenevr scene. This code connects to a scenevr server and parses the first scene description packet, then converts the content to an approximation in html. This html can be used by screen scrapers, text clients and search engines to get an idea of what the scene contains.
Usage
var summary = require('scenevr-summary')
summary('//home.scenevr.hosting/home.xml', function (html){
console.log(html);
})