Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am prayashm97 on github.
  • I am prayashm97 (https://keybase.io/prayashm97) on keybase.
  • I have a public key ASDdkyc8r8EqgzxzagTSDBhB2JpufTPuxy2qXfbxGO4pdQo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am prayashm97 on github.
  • I am prayashm97 (https://keybase.io/prayashm97) on keybase.
  • I have a public key ASDdkyc8r8EqgzxzagTSDBhB2JpufTPuxy2qXfbxGO4pdQo

To claim this, I am signing this object:

@prayashm97
prayashm97 / heatmaps.js
Created May 5, 2017 13:15
Hackstreetboys IceHero Creating HeatMaps
heatmap = new google.maps.visualization.HeatmapLayer({
data: getPoints(),
map: map
});
function getPoints() {
var returnVal = [];
$.getJSON( "https://prayashm97.github.io/js/ajax/testfile.json", function( data ) {
$.each( data, function( key, val ) {