Skip to content

jkarlosb/meteor-geochart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-geochart

Geochart implementation in Meteor

Geochart map updates reactively when slider changes. Data from MongoDB. Implemented with official Google Charts Api.

Images:

"image geochart demo" geochart "image geochart demo2" "geochart meteor"

Google Api Key

Api key from Google is required (https://developers.google.com/maps/documentation/javascript/get-api-key). You can put it in imports/ui/components/geochart/geochart.js file, inside myApiKey var, e.g.:

const myApiKey = "AIzsSyD4cYuf8s9GzKw34erDY8in8xwTtE"; // Google Api Key

Get started

meteor npm install
meteor
Go to http://localhost:3000

Releases

No releases published

Packages

No packages published