jkarlosb / meteor-geochart

Google Geochart implementation in Meteor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Google Geochart implementation in Meteor


Languages

Language:JavaScript 90.8%Language:HTML 4.9%Language:CSS 4.3%