0.0.1 • Published 12 years ago
geolocation-stream v0.0.1
geolocation-stream
npm install geolocation-streamuse HTML5 Geolocation to watch location changes the node way -- with streams
var movement = geolocationstream()movement is a readable stream and speaks stream events: data, error and end. that means you can pipe movement output to anything that accepts streams, such as an XHR. in this case the data events will be lat/lon position updates using the watchPosition part of HTML5 geolocation
to generate demo-bundle.js using browserify:
npm install browserify -g
browserify demo.js -o demo-bundle.jsMIT LICENSE
0.0.1
12 years ago