node-js-info-bubble
v0.0.1
Published
A clone of Google Maps JavaScript API v3 library InfoBubble to create customizable CSS3-based InfoWindows converted to [commonJS](http://www.commonjs.org/) format.
Downloads
94
Readme
Node InfoBubble
A clone of Google Maps JavaScript API v3 library InfoBubble to create customizable CSS3-based InfoWindows converted to commonJS format.
Installation
'npm install node-js-info-bubble'
Usage
var bubble = new InfoBubble({
content: 'Text to show in buuble'
});