diff --git a/README.md b/README.md index 1c928f9..5698179 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ CommunityJSData The actual data for [CommunityJS.org](http://CommunityJS.org) ## Quick start + Only edit rawfile or @@ -25,3 +26,5 @@ Edit rawdata file Check your browser [Make a pull request](https://help.github.com/articles/using-pull-requests) + +//test \ No newline at end of file diff --git a/rawdata b/rawdata index 52f9143..36da243 100644 --- a/rawdata +++ b/rawdata @@ -1,4 +1,28 @@ -rawdata = [ +rawdata = [ + { + "continent": "Africa", + "country": "Morocco", + "lat": 33.533333, + "link": "https://moroccojs.org", + "lng": -7.583333, + "town": "Casablanca" + }, + { + "continent": "Europe", + "country": "Poland", + "lat": 52.252809, + "link": "https://www.facebook.com/warsawjs", + "lng": 20.997650, + "town": "Warsaw" + }, + { + "continent": "Europe", + "country": "Iceland", + "lat": 64.1333, + "link": "https://www.facebook.com/groups/nodejsis", + "lng": -21.9333, + "town": "Reykjavik" + }, { "continent": "Europe", "country": "Italy", @@ -112,6 +136,14 @@ rawdata = [ "lng": 73.4, "town": "Omsk" }, + { + "continent": "Europe", + "country": "Russia", + "lat": 55.016, + "link": "https://twitter.com/JSibNsk", + "lng": 82.933, + "town": "Novosibirsk" + }, { "continent": "Europe", "country": "Germany", @@ -176,6 +208,14 @@ rawdata = [ "lng": 13.392334, "town": "JSConf.EU" }, + { + "continent": "Conference", + "country": "Singapore", + "lat": 1.3, + "link": "http://jsconf.asia/", + "lng": 103.8, + "town": "JSConf.Asia" + }, { "continent": "South America", "country": "Brazil", @@ -229,7 +269,7 @@ rawdata = [ "continent": "Europe", "country": "France", "lat": 43.60465, - "link": "http://www.toulousejs.org/", + "link": "http://toulousejs.francejs.org", "lng": 1.44421, "town": "Toulouse" }, @@ -359,7 +399,7 @@ rawdata = [ "continent": "Asia", "country": "Singapore", "lat": 1.301725, - "link": "http://www.beermatesjs.com/", + "link": "http://meetup.com/Singapore-JS/", "lng": 103.859897, "town": "Singapore" }, @@ -400,7 +440,7 @@ rawdata = [ "continent": "North America", "country": "USA", "lat": 34.052234, - "link": "http://socaljs.com", + "link": "http://js.la", "lng": -118.243685, "state": "California", "town": "Los Angeles" @@ -531,6 +571,15 @@ rawdata = [ "state": "North Carolina", "town": "Raleigh-Durham" }, + { + "continent": "North America", + "country": "USA", + "lat": 39.763355, + "link": "http://gemcityjs.com", + "lng": -84.182244, + "state": "Ohio", + "town": "Dayton" + }, { "continent": "North America", "country": "USA", @@ -639,9 +688,9 @@ rawdata = [ { "continent": "Europe", "country": "Germany", - "lat": 51.151786, + "lat": 50.931121, "link": "http://colognejs.de", - "lng": 10.415039, + "lng": 6.935169, "town": "Cologne" }, { @@ -700,6 +749,14 @@ rawdata = [ "lng": 4.892222, "town": "Amsterdam" }, + { + "continent": "Europe", + "country": "Netherlands", + "lat": 53.221705, + "link": "http://www.meetup.com/GrunnJS/", + "lng": 6.564752, + "town": "Groningen" + }, { "continent": "Europe", "country": "Sweden", @@ -911,7 +968,7 @@ rawdata = [ "continent": "Europe", "country": "Greece", "lat": 37.984528, - "link": "http://greecejs.posterous.com/", + "link": "http://greecejs.org", "lng": 23.716736, "town": "Athens" }, @@ -1220,6 +1277,15 @@ rawdata = [ "state": "Jawa Barat", "town": "Jakarta" }, + { + "continent": "Asia", + "country": "China", + "lat": "31.225493", + "link": "http://www.meetup.com/Shanghai-JavaScript-Meetup/", + "lng": "121.432203", + "state": "Shanghai", + "town": "Shanghai" + }, { "continent": "North America", "country": "USA", @@ -1236,6 +1302,63 @@ rawdata = [ "link": "http://jszgb.com/", "lng": 15.974249, "town": "Zagreb" + }, + { + "continent": "Europe", + "country": "Slovenia", + "lat": 46.0556, + "link": "http://www.meetup.com/Ljubljana-JavaScript-User-Group/", + "lng": 14.5083, + "town": "Ljubljana" + }, + { + "continent": "Europe", + "country": "Germany", + "lat": 49.452949, + "link": "http://frankenjs.org/", + "lng": 11.078939, + "town": "Nürnberg" + }, + { + "continent": "Europe", + "country": "Germany", + "lat": 51.85312, + "link": "http://www.meetup.com/OWL-JS", + "lng": 8.29146, + "town": "Rheda-Wiedenbrück" + }, + { + "continent": "Europe", + "country": "Romania", + "lat": 46.777248, + "link": "http://www.meetup.com/JavaScript-Cluj/", + "lng": 23.599889, + "town": "Cluj-Napoca" + }, + { + "continent": "North America", + "country": "USA", + "lat": 35.478527, + "link": "http://okcjs.com", + "lng": -97.519417, + "state": "Oklahoma", + "town": "Oklahoma City" + }, + { + "continent": "Europe", + "country": "France", + "lat": 48.111980, + "link": "http://rennesjs.org", + "lng": -1.674290, + "town": "Rennes" + }, + { + "continent": "North America", + "country": "USA", + "lat": 38.2524573, + "link": "http://jslou.org", + "lng": -85.7420696, + "state": "Kentucky", + "town": "Louisville" } - ]