├── README.md └── rawdata /README.md: -------------------------------------------------------------------------------- 1 | CommunityJSData 2 | =============== 3 | 4 | The actual data for [CommunityJS.org](http://CommunityJS.org) 5 | 6 | ## Quick start 7 | Only edit rawfile 8 | 9 | or 10 | 11 | Clone the repo 12 | 13 | ``` 14 | $ git clone git://github.com/CommunityJS/CommunityJSData.git 15 | ``` 16 | 17 | Go to folder 18 | 19 | ``` 20 | cd CommunityJSData 21 | ``` 22 | 23 | Edit rawdata file 24 | 25 | Check your browser 26 | 27 | [Make a pull request](https://help.github.com/articles/using-pull-requests) 28 | -------------------------------------------------------------------------------- /rawdata: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "continent": "South America", 4 | "country": "Uruguay", 5 | "lat": -34.89084, 6 | "link": "http://www.meetup.com/mvd-js/", 7 | "lng": -56.19466, 8 | "town": "Montevideo" 9 | }, 10 | { 11 | "continent": "Conference", 12 | "country": "France", 13 | "lat": 48.856614, 14 | "link": "http://demojs.org/", 15 | "lng": 2.352222, 16 | "town": "DemoJS" 17 | }, 18 | { 19 | "continent": "South America", 20 | "country": "Brazil", 21 | "lat": -23.00457, 22 | "link": "http://www.facebook.com/groups/riojs/", 23 | "lng": -43.316603, 24 | "town": "Rio de Janeiro" 25 | }, 26 | { 27 | "continent": "North America", 28 | "country": "Canada", 29 | "lat": 51.04451, 30 | "link": "https://twitter.com/#!/nodecalgary", 31 | "lng": 48.856614, 32 | "town": "Calgary" 33 | }, 34 | { 35 | "continent": "North America", 36 | "country": "USA", 37 | "lat": 41.6611277, 38 | "link": "http://iowajs.org", 39 | "lng": -91.5301683, 40 | "state": "Iowa", 41 | "town": "Iowa City" 42 | }, 43 | { 44 | "continent": "Europe", 45 | "country": "France", 46 | "lat": 43.597471, 47 | "link": "http://groups.google.com/group/jssophia", 48 | "lng": 7.05726, 49 | "town": "Sophia-Antipolis" 50 | }, 51 | { 52 | "continent": "Europe", 53 | "country": "UK", 54 | "lat": 51.524437, 55 | "link": "http://lanyrd.com/series/londonjs/", 56 | "lng": -0.0746439, 57 | "town": "London" 58 | }, 59 | { 60 | "continent": "South America", 61 | "country": "Costa Rica", 62 | "lat": 9.937022, 63 | "link": "http://www.meetup.com/costaricajs/", 64 | "lng": -84.101114, 65 | "town": "San Jose" 66 | }, 67 | { 68 | "continent": "Europe", 69 | "country": "Russia", 70 | "lat": 55, 71 | "link": "http://annieomsk.github.com/omsk-js", 72 | "lng": 73.4, 73 | "town": "Omsk" 74 | }, 75 | { 76 | "continent": "Europe", 77 | "country": "Germany", 78 | "lat": 48.7821, 79 | "link": "http://twitter.com/stuttgartjs", 80 | "lng": 9.1798, 81 | "town": "Stuttgart" 82 | }, 83 | { 84 | "continent": "Europe", 85 | "country": "Switzerland", 86 | "lat": 47.557421, 87 | "link": "http://www.meetup.com/basel-js/", 88 | "lng": 7.5925727, 89 | "town": "Basel" 90 | }, 91 | { 92 | "continent": "Conference", 93 | "country": "Brazil", 94 | "lat": -30.034808, 95 | "link": "http://rsjs.org", 96 | "lng": -51.238444, 97 | "town": "RSJS" 98 | }, 99 | { 100 | "continent": "Conference", 101 | "country": "Brazil", 102 | "lat": -19.928616, 103 | "link": "http://beagajs.com.br", 104 | "lng": -43.937205, 105 | "town": "BeagaJS" 106 | }, 107 | { 108 | "continent": "South America", 109 | "country": "Brazil", 110 | "lat": -23.5963, 111 | "link": "http://www.facebook.com/groups/sampajs/", 112 | "lng": -46.6892, 113 | "town": "Sao Paulo" 114 | }, 115 | { 116 | "continent": "Europe", 117 | "country": "France", 118 | "lat": 45.764043, 119 | "link": "http://lyonjs.org/", 120 | "lng": 4.835659, 121 | "town": "Lyon" 122 | }, 123 | { 124 | "continent": "North America", 125 | "country": "Canada", 126 | "lat": 45.411572, 127 | "link": "http://twitter.com/#!/ottawa_js", 128 | "lng": -75.698194, 129 | "town": "Ottawa" 130 | }, 131 | { 132 | "continent": "Conference", 133 | "country": "Germany", 134 | "lat": 52.522906, 135 | "link": "http://jsconf.eu/", 136 | "lng": 13.392334, 137 | "town": "JSConf.EU" 138 | }, 139 | { 140 | "continent": "South America", 141 | "country": "Brazil", 142 | "lat": -8.064923, 143 | "link": "http://www.facebook.com/groups/pernambucojs/", 144 | "lng": -34.874253, 145 | "town": "Pernambuco" 146 | }, 147 | { 148 | "continent": "North America", 149 | "country": "USA", 150 | "lat": 37.392596, 151 | "link": "http://www.meetup.com/baynode/", 152 | "lng": -122.041712, 153 | "state": "California", 154 | "town": "Mountain View" 155 | }, 156 | { 157 | "continent": "Conference", 158 | "country": "Norway", 159 | "lat": 59.93604, 160 | "link": "http://webrebels.org/", 161 | "lng": 10.76576, 162 | "town": "Web Rebels Conference" 163 | }, 164 | { 165 | "continent": "Conference", 166 | "country": "USA", 167 | "lat": 40.770277, 168 | "link": "http://gothamjs.com/", 169 | "lng": -73.982422, 170 | "town": "New York" 171 | }, 172 | { 173 | "continent": "Conference", 174 | "country": "France", 175 | "lat": 43.3434857, 176 | "link": "http://www.web-5.org", 177 | "lng": 3.2113838, 178 | "town": "Web 5" 179 | }, 180 | { 181 | "continent": "Europe", 182 | "country": "France", 183 | "lat": 43.60465, 184 | "link": "http://www.toulousejs.org/", 185 | "lng": 1.44421, 186 | "town": "Toulouse" 187 | }, 188 | { 189 | "continent": "Asia", 190 | "country": "Israel", 191 | "lat": 32.07, 192 | "link": "http://twitter.com/telavivjs", 193 | "lng": 49.013576, 194 | "town": "Tel Aviv" 195 | }, 196 | { 197 | "continent": "Europe", 198 | "country": "Germany", 199 | "lat": 53.0769, 200 | "link": "http://bremenjs.de", 201 | "lng": 8.8089, 202 | "town": "Bremen" 203 | }, 204 | { 205 | "continent": "Europe", 206 | "country": "Germany", 207 | "lat": 49.013576, 208 | "link": "http://karlsruhejs.de", 209 | "lng": 8.404369, 210 | "town": "Karlsruhe" 211 | }, 212 | { 213 | "continent": "Conference", 214 | "country": "Brazil", 215 | "lat": -23.59607, 216 | "link": "http://www.sampajs.com/", 217 | "lng": -46.68787, 218 | "town": "Sampa.JS" 219 | }, 220 | { 221 | "continent": "Conference", 222 | "country": "Brazil", 223 | "lat": -8.064923, 224 | "link": "http://www.pernambucojs.com/", 225 | "lng": -34.874253, 226 | "town": "Pernambuco.JS" 227 | }, 228 | { 229 | "continent": "Europe", 230 | "country": "Sweden", 231 | "lat": 59.332788, 232 | "link": "http://www.meetup.com/sthlm-js", 233 | "lng": 18.064488, 234 | "town": "Stockholm" 235 | }, 236 | { 237 | "continent": "Europe", 238 | "country": "Bulgaria", 239 | "lat": 42.682435, 240 | "link": "http://twitter.com/#!/sofiajavascript", 241 | "lng": 23.323975, 242 | "town": "Sofia" 243 | }, 244 | { 245 | "continent": "Europe", 246 | "country": "Denmark", 247 | "lat": 12.57091, 248 | "link": "http://copenhagenjs.dk", 249 | "lng": 55.66825, 250 | "town": "Copenhagen" 251 | }, 252 | { 253 | "continent": "Europe", 254 | "country": "Germany", 255 | "lat": 52.372068, 256 | "link": "http://twitter.com/#!/hannoverjs", 257 | "lng": 9.735686, 258 | "town": "Hannover" 259 | }, 260 | { 261 | "continent": "South America", 262 | "country": "Brazil", 263 | "lat": -30.034808, 264 | "link": " http://www.facebook.com/groups/javascript.rs/", 265 | "lng": -51.238444, 266 | "town": "Porto Alegre" 267 | }, 268 | { 269 | "continent": "Europe", 270 | "country": "UK", 271 | "lat": 51.483333, 272 | "link": "http://www.cnug.org.uk/", 273 | "lng": -3.183333, 274 | "town": "Cardiff" 275 | }, 276 | { 277 | "continent": "North America", 278 | "country": "USA", 279 | "lat": 44.988878, 280 | "link": "http://www.meetup.com/JavaScriptMN", 281 | "lng": -93.255115, 282 | "state": "Minnesota", 283 | "town": "Minneapolis" 284 | }, 285 | { 286 | "continent": "Conference", 287 | "country": "USA", 288 | "lat": -37.3338, 289 | "link": "http://jseverywhere.org", 290 | "lng": -121.8891, 291 | "state": "CA", 292 | "town": "San Jose" 293 | }, 294 | { 295 | "continent": "Africa", 296 | "country": "South Africa", 297 | "lat": -33.924788, 298 | "link": "http://www.meetup.com/Cape-Town-Javascript", 299 | "lng": 18.429916, 300 | "town": "Cape Town" 301 | }, 302 | { 303 | "continent": "Asia", 304 | "country": "Singapore", 305 | "lat": 1.301725, 306 | "link": "http://www.beermatesjs.com/", 307 | "lng": 103.859897, 308 | "town": "Singapore" 309 | }, 310 | { 311 | "continent": "North America", 312 | "country": "Canada", 313 | "lat": 43.6525, 314 | "link": "http://www.meetup.com/torontojs", 315 | "lng": -79.381667, 316 | "town": "Toronto" 317 | }, 318 | { 319 | "continent": "North America", 320 | "country": "Canada", 321 | "lat": 45.508889, 322 | "link": "http://twitter.com/jsmontreal", 323 | "lng": -73.554167, 324 | "town": "Montreal" 325 | }, 326 | { 327 | "continent": "North America", 328 | "country": "Canada", 329 | "lat": 49.261226, 330 | "link": "http://www.meetup.com/vancouver-javascript-developers", 331 | "lng": -123.113927, 332 | "town": "Vancouver" 333 | }, 334 | { 335 | "continent": "North America", 336 | "country": "USA", 337 | "lat": 33.448377, 338 | "link": "http://twitter.com/JavaScriptAZ", 339 | "lng": -112.074037, 340 | "state": "Arizona", 341 | "town": "Phoenix" 342 | }, 343 | { 344 | "continent": "North America", 345 | "country": "USA", 346 | "lat": 34.052234, 347 | "link": "http://socaljs.com", 348 | "lng": -118.243685, 349 | "state": "California", 350 | "town": "Los Angeles" 351 | }, 352 | { 353 | "continent": "North America", 354 | "country": "USA", 355 | "lat": 37.386052, 356 | "link": "http://www.meetup.com/javascript-9", 357 | "lng": -122.083851, 358 | "state": "California", 359 | "town": "Mountain View" 360 | }, 361 | { 362 | "continent": "North America", 363 | "country": "USA", 364 | "lat": 37.714145, 365 | "link": "http://www.meetup.com/BayJax", 366 | "lng": -122.25, 367 | "state": "California", 368 | "town": "Bay Area" 369 | }, 370 | { 371 | "continent": "North America", 372 | "country": "USA", 373 | "lat": 37.77493, 374 | "link": "http://www.meetup.com/jsmeetup", 375 | "lng": -122.419415, 376 | "state": "California", 377 | "town": "San Francicso" 378 | }, 379 | { 380 | "continent": "North America", 381 | "country": "USA", 382 | "lat": 40.014986, 383 | "link": "http://www.meetup.com/Boulder-JS", 384 | "lng": -105.270546, 385 | "state": "Colorado", 386 | "town": "Boulder" 387 | }, 388 | { 389 | "continent": "North America", 390 | "country": "USA", 391 | "lat": 33.748995, 392 | "link": "http://www.meetup.com/AtlantaJavaScript", 393 | "lng": -84.387982, 394 | "state": "Georgia", 395 | "town": "Atlanta" 396 | }, 397 | { 398 | "continent": "North America", 399 | "country": "USA", 400 | "lat": 41.878114, 401 | "link": "http://javascriptchicago.com", 402 | "lng": -87.629798, 403 | "state": "Illinois", 404 | "town": "Chicago" 405 | }, 406 | { 407 | "continent": "North America", 408 | "country": "USA", 409 | "lat": 39.290385, 410 | "link": "http://www.bmorejs.info", 411 | "lng": -76.612189, 412 | "state": "Maryland", 413 | "town": "Baltimore/DC" 414 | }, 415 | { 416 | "continent": "North America", 417 | "country": "USA", 418 | "lat": 42.358431, 419 | "link": "http://www.meetup.com/javascript-2", 420 | "lng": -71.059773, 421 | "state": "Massachusetts", 422 | "town": "Boston" 423 | }, 424 | { 425 | "continent": "North America", 426 | "country": "USA", 427 | "lat": 36.114646, 428 | "link": "http://www.vegasjs.net", 429 | "lng": -115.172816, 430 | "state": "Nevada", 431 | "town": "Las Vegas" 432 | }, 433 | { 434 | "continent": "North America", 435 | "country": "USA", 436 | "lat": 41.254006, 437 | "link": "http://www.omahajs.org", 438 | "lng": -95.999258, 439 | "state": "Nebraska", 440 | "town": "Omaha" 441 | }, 442 | { 443 | "continent": "North America", 444 | "country": "USA", 445 | "lat": 40.65, 446 | "link": "http://www.meetup.com/brooklyn-javascript", 447 | "lng": -73.95, 448 | "state": "New York", 449 | "town": "Brooklyn" 450 | }, 451 | { 452 | "continent": "North America", 453 | "country": "USA", 454 | "lat": 40.714353, 455 | "link": "http://twitter.com/nycjs", 456 | "lng": -74.005973, 457 | "state": "New York", 458 | "town": "NYC" 459 | }, 460 | { 461 | "continent": "North America", 462 | "country": "USA", 463 | "lat": 35.227087, 464 | "link": "http://www.charlottejs.org", 465 | "lng": -80.843127, 466 | "state": "North Carolina", 467 | "town": "Charlotte" 468 | }, 469 | { 470 | "continent": "North America", 471 | "country": "USA", 472 | "lat": 35.772096, 473 | "link": "http://www.trianglejavascript.org", 474 | "lng": -78.638614, 475 | "state": "North Carolina", 476 | "town": "Raleigh-Durham" 477 | }, 478 | { 479 | "continent": "North America", 480 | "country": "USA", 481 | "lat": 39.103118, 482 | "link": "http://cincijs.com", 483 | "lng": -84.51202, 484 | "state": "Ohio", 485 | "town": "Cincinnati" 486 | }, 487 | { 488 | "continent": "North America", 489 | "country": "USA", 490 | "lat": 45.523452, 491 | "link": "http://pdxjs.com", 492 | "lng": -122.676207, 493 | "state": "Oregon", 494 | "town": "Portland" 495 | }, 496 | { 497 | "continent": "North America", 498 | "country": "USA", 499 | "lat": 39.952335, 500 | "link": "http://phillyjs.com", 501 | "lng": -75.163789, 502 | "state": "Pennsylvania", 503 | "town": "Philadelphia" 504 | }, 505 | { 506 | "continent": "North America", 507 | "country": "USA", 508 | "lat": 30.267153, 509 | "link": "http://austinjavascript.com", 510 | "lng": -97.743061, 511 | "state": "Texas", 512 | "town": "Austin" 513 | }, 514 | { 515 | "continent": "North America", 516 | "country": "USA", 517 | "lat": 32.802955, 518 | "link": "http://twitter.com/DallasNode", 519 | "lng": -96.769923, 520 | "state": "Texas", 521 | "town": "Dallas" 522 | }, 523 | { 524 | "continent": "North America", 525 | "country": "USA", 526 | "lat": 32.802955, 527 | "link": "http://twitter.com/DallasJS", 528 | "lng": -96.769923, 529 | "state": "Texas", 530 | "town": "Dallas" 531 | }, 532 | { 533 | "continent": "North America", 534 | "country": "USA", 535 | "lat": 40.343286, 536 | "link": "http://utahjs.com", 537 | "lng": -111.720761, 538 | "state": "Utah", 539 | "town": "Lindon" 540 | }, 541 | { 542 | "continent": "North America", 543 | "country": "USA", 544 | "lat": 38.908379, 545 | "link": "http://www.meetup.com/DC-jQuery-Users-Group", 546 | "lng": -77.031808, 547 | "state": "DC", 548 | "town": "Washington" 549 | }, 550 | { 551 | "continent": "Europe", 552 | "country": "Austria", 553 | "lat": 48.208174, 554 | "link": "http://www.meetup.com/viennajs", 555 | "lng": 16.373819, 556 | "town": "Vienna" 557 | }, 558 | { 559 | "continent": "Europe", 560 | "country": "France", 561 | "lat": 48.856667, 562 | "link": "http://parisjs.org", 563 | "lng": 2.350987, 564 | "town": "Paris" 565 | }, 566 | { 567 | "continent": "Europe", 568 | "country": "Germany", 569 | "lat": 51.151786, 570 | "link": "http://colognejs.de", 571 | "lng": 10.415039, 572 | "town": "Cologne" 573 | }, 574 | { 575 | "continent": "Europe", 576 | "country": "Germany", 577 | "lat": 52.523405, 578 | "link": "http://berlinjs.org/", 579 | "lng": 13.4114, 580 | "town": "Berlin" 581 | }, 582 | { 583 | "continent": "Europe", 584 | "country": "Germany", 585 | "lat": 50.111512, 586 | "link": "http://twitter.com/jsugfra", 587 | "lng": 8.680506, 588 | "town": "Frankfurt" 589 | }, 590 | { 591 | "continent": "Europe", 592 | "country": "Germany", 593 | "lat": 53.553815, 594 | "link": "http://www.meetup.com/hamburg-js", 595 | "lng": 9.991575, 596 | "town": "Hamburg" 597 | }, 598 | { 599 | "continent": "Europe", 600 | "country": "Germany", 601 | "lat": 48.139127, 602 | "link": "http://munichjs.org", 603 | "lng": 11.580186, 604 | "town": "Munich" 605 | }, 606 | { 607 | "continent": "Europe", 608 | "country": "Hungary", 609 | "lat": 47.498406, 610 | "link": "http://www.meetup.com/budapest-js", 611 | "lng": 19.040758, 612 | "town": "Budapest" 613 | }, 614 | { 615 | "continent": "Europe", 616 | "country": "Netherlands", 617 | "lat": 52.373056, 618 | "link": "http://twitter.com/amsterdamjs", 619 | "lng": 4.892222, 620 | "town": "Amsterdam" 621 | }, 622 | { 623 | "continent": "Europe", 624 | "country": "Sweden", 625 | "lat": 57.696994, 626 | "link": "http://twitter.com/got_js", 627 | "lng": 11.9865, 628 | "town": "Gothenburg" 629 | }, 630 | { 631 | "continent": "Europe", 632 | "country": "Switzerland", 633 | "lat": 47.381791, 634 | "link": "https://twitter.com/jszurich", 635 | "lng": 8.535325, 636 | "town": "Zurich" 637 | }, 638 | { 639 | "continent": "Europe", 640 | "country": "UK", 641 | "lat": 50.819522, 642 | "link": "http://asyncjs.com", 643 | "lng": -0.13642, 644 | "town": "Brighton" 645 | }, 646 | { 647 | "continent": "Europe", 648 | "country": "UK", 649 | "lat": 53.799639, 650 | "link": "http://leedsjs.org", 651 | "lng": -1.549122, 652 | "town": "Leeds" 653 | }, 654 | { 655 | "continent": "Europe", 656 | "country": "UK", 657 | "lat": 51.500152, 658 | "link": "http://www.meetup.com/londonajax", 659 | "lng": -0.126236, 660 | "town": "London" 661 | }, 662 | { 663 | "continent": "Oceania", 664 | "country": "Australia", 665 | "lat": -27.470933, 666 | "link": "http://brisjs.com", 667 | "lng": 153.023502, 668 | "town": "Brisbane" 669 | }, 670 | { 671 | "continent": "Oceania", 672 | "country": "Australia", 673 | "lat": -33.868901, 674 | "link": "http://sydjs.com", 675 | "lng": 151.207091, 676 | "town": "Sydney" 677 | }, 678 | { 679 | "continent": "South America", 680 | "country": "Brazil", 681 | "lat": -5.498398, 682 | "link": "http://groups.google.com/group/cearajs", 683 | "lng": -39.320624, 684 | "town": "Cear\u00e1" 685 | }, 686 | { 687 | "continent": "Conference", 688 | "country": "South Africa", 689 | "lat": -26.053419, 690 | "link": "http://www.jsinsa.com", 691 | "lng": 28.089948, 692 | "town": "JSINSA" 693 | }, 694 | { 695 | "continent": "Conference", 696 | "country": "Brazil", 697 | "lat": -3.770954, 698 | "link": "http://braziljs.com.br/", 699 | "lng": -38.486963, 700 | "town": "BrazilJS" 701 | }, 702 | { 703 | "continent": "Conference", 704 | "country": "USA", 705 | "lat": -3.770954, 706 | "link": "http://2011.jsconf.us/", 707 | "lng": -38.486963, 708 | "state": "Oregon", 709 | "town": "JSConf" 710 | }, 711 | { 712 | "continent": "Conference", 713 | "country": "USA", 714 | "lat": 45.517748, 715 | "link": "http://nodeconf.com/", 716 | "lng": -122.683058, 717 | "state": "Oregon", 718 | "town": "NodeConf" 719 | }, 720 | { 721 | "continent": "Conference", 722 | "country": "USA", 723 | "lat": 30.459406, 724 | "link": "http://2011.texasjavascript.com/", 725 | "lng": -97.790905, 726 | "state": "Texas", 727 | "town": "Texas JavaScript Austin" 728 | }, 729 | { 730 | "continent": "Conference", 731 | "country": "Germany", 732 | "lat": 49.449947, 733 | "link": "http://jax.de/2011/sessions/?tid=2026", 734 | "lng": 8.469831, 735 | "town": "JSDay at JAX" 736 | }, 737 | { 738 | "continent": "Conference", 739 | "country": "Italy", 740 | "lat": 45.440099, 741 | "link": "http://www.jsday.it/", 742 | "lng": 10.971686, 743 | "town": "JSDay" 744 | }, 745 | { 746 | "continent": "Conference", 747 | "country": "Germany", 748 | "lat": 51.151786, 749 | "link": "http://nodecamp.eu", 750 | "lng": 10.415039, 751 | "town": "NodeCamp.EU" 752 | }, 753 | { 754 | "continent": "Conference", 755 | "country": "USA", 756 | "lat": 37.714145, 757 | "link": "http://events.jquery.org/2011/sf-bay-area/", 758 | "lng": -122.25, 759 | "state": "California", 760 | "town": "JQuery Conf" 761 | }, 762 | { 763 | "continent": "Europe", 764 | "country": "Norway", 765 | "lat": 59.91089, 766 | "link": "http://www.meetup.com/framsia/", 767 | "lng": 10.750723, 768 | "town": "Oslo" 769 | }, 770 | { 771 | "continent": "North America", 772 | "country": "USA", 773 | "lat": 47.6062, 774 | "link": "http://www.meetup.com/seattlejs/", 775 | "lng": -122.3321, 776 | "state": "Washington", 777 | "town": "Seattle" 778 | }, 779 | { 780 | "continent": "Europe", 781 | "country": "Sweden", 782 | "lat": 55.6033306, 783 | "link": "http://www.meetup.com/The-Oresund-JavaScript-Meetup/", 784 | "lng": 13.0013029, 785 | "town": "Malm\u00f6" 786 | }, 787 | { 788 | "continent": "North America", 789 | "country": "USA", 790 | "lat": 39.997638, 791 | "link": "https://twitter.com/cbusjs", 792 | "lng": -83.041534, 793 | "state": "Ohio", 794 | "town": "Columbus" 795 | }, 796 | { 797 | "continent": "North America", 798 | "country": "USA", 799 | "lat": 32.977132, 800 | "link": "http://twitter.com/#!/clubajax", 801 | "lng": -96.82705, 802 | "state": "Texas", 803 | "town": "Dallas" 804 | }, 805 | { 806 | "continent": "Europe", 807 | "country": "Sweden", 808 | "lat": 55.6033306, 809 | "link": "http://www.meetup.com/The-Oresund-ExtJS-Meetup/", 810 | "lng": 13.0013029, 811 | "town": "Malm\u00f6" 812 | }, 813 | { 814 | "continent": "Europe", 815 | "country": "Turkey", 816 | "lat": 39.92077, 817 | "link": "https://groups.google.com/group/jquery-turkish/ ", 818 | "lng": 32.85411, 819 | "town": "Ankara" 820 | }, 821 | { 822 | "continent": "Conference", 823 | "country": "Poland", 824 | "lat": 52.251346, 825 | "link": "http://falsyvalues.com", 826 | "lng": 21.008949, 827 | "town": "Warsaw" 828 | }, 829 | { 830 | "continent": "Europe", 831 | "country": "Greece", 832 | "lat": 37.984528, 833 | "link": "http://greecejs.posterous.com/", 834 | "lng": 23.716736, 835 | "town": "Athens" 836 | }, 837 | { 838 | "continent": "Asia", 839 | "country": "Japan", 840 | "lat": 36.562498, 841 | "link": "http://kanazawajs.tumblr.com/", 842 | "lng": 136.657717, 843 | "town": "Kanazawa" 844 | }, 845 | { 846 | "continent": "Africa", 847 | "country": "South Africa", 848 | "lat": -26.044522, 849 | "link": "http://groups.google.com/group/joburg-js", 850 | "lng": 28.018441, 851 | "town": "Johannesburg" 852 | }, 853 | { 854 | "continent": "Europe", 855 | "country": "Finland", 856 | "lat": 60.1698, 857 | "link": "http://frontend.fi/ ", 858 | "lng": 24.9382, 859 | "town": "Helsinki" 860 | }, 861 | { 862 | "continent": "North America", 863 | "country": "USA", 864 | "lat": 32.878578, 865 | "link": "http://meetup.com/charlestonjs", 866 | "lng": -79.923477, 867 | "state": "South Carolina", 868 | "town": "Charleston" 869 | }, 870 | { 871 | "continent": "Conference", 872 | "country": "USA", 873 | "lat": 38.8951, 874 | "link": "http://capitoljs.com/", 875 | "lng": -77.0364, 876 | "state": "DC", 877 | "town": "Washington" 878 | }, 879 | { 880 | "continent": "Conference", 881 | "country": "USA", 882 | "lat": 38.8951, 883 | "link": "http://dojoconf.com/", 884 | "lng": -77.0364, 885 | "state": "DC", 886 | "town": "Washington" 887 | }, 888 | { 889 | "continent": "Europe", 890 | "country": "Italy", 891 | "lat": 41.89052, 892 | "link": "https://groups.google.com/group/romajs", 893 | "lng": 12.49425, 894 | "town": "Roma" 895 | }, 896 | { 897 | "language": "java", 898 | "views": { 899 | "index": { 900 | "map": { 901 | "classname": "com.cloudant.indexers.CustomSearch", 902 | "configure": { 903 | "fields": [ 904 | { 905 | "lucenename": "all", 906 | "name": ".*", 907 | "regexp": true, 908 | "type": "string" 909 | } 910 | ] 911 | } 912 | }, 913 | "reduce": "_count" 914 | } 915 | } 916 | }, 917 | { 918 | "continent": "South America", 919 | "country": "Brazil", 920 | "lat": -20.263007, 921 | "link": "https://www.facebook.com/groups/esdevs/", 922 | "lng": -40.263401, 923 | "town": "Esp\u00edrito Santo" 924 | }, 925 | { 926 | "continent": "Oceania", 927 | "country": "Australia", 928 | "lat": -37.8166, 929 | "link": "http://melbjs.com", 930 | "lng": 144.9638, 931 | "town": "Melbourne" 932 | }, 933 | { 934 | "continent": "North America", 935 | "country": "USA", 936 | "lat": 43.067459684, 937 | "link": "http://www.meetup.com/madisonjs/", 938 | "lng": -89.39215996, 939 | "state": "Wisconsin", 940 | "town": "Madison" 941 | }, 942 | { 943 | "continent": "Europe", 944 | "country": "France", 945 | "lat": 47.218371, 946 | "link": "http://nantesjs.org", 947 | "lng": -1.553621, 948 | "town": "Nantes" 949 | }, 950 | { 951 | "continent": "South America", 952 | "country": "Brazil", 953 | "lat": -19.919068, 954 | "link": "https://www.facebook.com/groups/beagajs/", 955 | "lng": 43.938575, 956 | "town": "Belo Horizonte" 957 | }, 958 | { 959 | "continent": "South America", 960 | "country": "Colombia", 961 | "lat": 4.598199, 962 | "link": "http://twitter.com/#!/BogotaJS", 963 | "lng": -74.074759, 964 | "town": "Bogot\u00e1" 965 | }, 966 | { 967 | "continent": "Europe", 968 | "country": "Finland", 969 | "lat": 60.169845, 970 | "link": "http://helsinkijs.org", 971 | "lng": 24.938551, 972 | "town": "Helsinki" 973 | }, 974 | { 975 | "continent": "Oceania", 976 | "country": "New Zealand", 977 | "lat": -41.292494, 978 | "link": "http://www.meetup.com/new-zealand-js/", 979 | "lng": 174.773235, 980 | "town": "Wellington" 981 | }, 982 | { 983 | "continent": "North America", 984 | "country": "USA", 985 | "lat": 33.37775, 986 | "link": "http://nodeaz.org", 987 | "lng": -111.975981, 988 | "state": "Arizona", 989 | "town": "Phoenix" 990 | }, 991 | { 992 | "continent": "Europe", 993 | "country": "Russia", 994 | "lat": 55.755786, 995 | "link": "https://twitter.com/#!/moscowjs", 996 | "lng": 37.617633, 997 | "town": "Moscow" 998 | }, 999 | { 1000 | "continent": "Europe", 1001 | "country": "Luxembourg", 1002 | "lat": 49.611015827085595, 1003 | "link": "https://twitter.com/jsluxembourg", 1004 | "lng": 6.13286018371582, 1005 | "town": "Luxembourg" 1006 | }, 1007 | { 1008 | "continent": "North America", 1009 | "country": "USA", 1010 | "lat": 38.627003, 1011 | "link": "http://www.stljs.org/", 1012 | "lng": -90.199404, 1013 | "state": "Missouri", 1014 | "town": "St. Louis" 1015 | }, 1016 | { 1017 | "continent": "South America", 1018 | "country": "Peru", 1019 | "lat": -12.041839, 1020 | "link": "http://jsperu.org", 1021 | "lng": -77.028165, 1022 | "town": "Lima" 1023 | }, 1024 | { 1025 | "continent": "North America", 1026 | "country": "USA", 1027 | "lat": 39.773508, 1028 | "link": "http://www.meetup.com/indyjs/", 1029 | "lng": -86.160879, 1030 | "state": "Indiana", 1031 | "town": "Indianapolis" 1032 | }, 1033 | { 1034 | "continent": "Europe", 1035 | "country": "Spain", 1036 | "lat": 40.4166909, 1037 | "link": "https://twitter.com/#!/madridjs", 1038 | "lng": -3.7003454, 1039 | "town": "Madrid" 1040 | }, 1041 | { 1042 | "continent": "Europe", 1043 | "country": "Switzerland", 1044 | "lat": 46.1981517, 1045 | "link": "http://www.jsgeneve.com", 1046 | "lng": 6.1336922, 1047 | "town": "Geneva" 1048 | }, 1049 | { 1050 | "continent": "Europe", 1051 | "country": "UK", 1052 | "lat": 51.751944, 1053 | "link": "https://twitter.com/JSOxford", 1054 | "lng": -1.257778, 1055 | "town": "Oxford" 1056 | }, 1057 | { 1058 | "continent": "North America", 1059 | "country": "USA", 1060 | "lat": 37.402935, 1061 | "link": "http://www.meetup.com/South-Bay-JavaScript-Everywhere/", 1062 | "lng": -122.049852, 1063 | "state": "California", 1064 | "town": "js.everywhere - Mountain View" 1065 | }, 1066 | { 1067 | "continent": "North America", 1068 | "country": "USA", 1069 | "lat": 36.166667, 1070 | "link": "http://nashjs.org/", 1071 | "lng": -86.783333, 1072 | "state": "Tennessee", 1073 | "town": "Nashville" 1074 | } 1075 | ] 1076 | --------------------------------------------------------------------------------