1.0.2 • Published 9 years ago

scene-summary v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

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);
})
1.0.2

9 years ago

1.0.1

9 years ago