Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijitparida authored Oct 6, 2019
2 parents 1553603 + 58ebc58 commit fa35126
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 8 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ HacktoberMap

Happy Hacktoberfest! :fire: HacktoberMap is a map of Hacktoberfest 2019 participants.

Link to map: [https://abhijitparida.github.io/hacktobermap/](https://abhijitparida.github.io/hacktobermap/)
Link to the map: [https://abhijitparida.github.io/hacktobermap/](https://abhijitparida.github.io/hacktobermap/)

## Contributing

If this is your first pull request, please read this article: [How To Create a Pull Request on GitHub](https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github)
[![](https://sourcerer.io/fame/abhijitparida/abhijitparida/hacktobermap/images/0)](https://sourcerer.io/fame/abhijitparida/abhijitparida/hacktobermap/links/0)[![](https://sourcerer.io/fame/abhijitparida/abhijitparida/hacktobermap/images/1)](https://sourcerer.io/fame/abhijitparida/abhijitparida/hacktobermap/links/1)[![](https://sourcerer.io/fame/abhijitparida/abhijitparida/hacktobermap/images/2)](https://sourcerer.io/fame/abhijitparida/abhijitparida/hacktobermap/links/2)[![](https://sourcerer.io/fame/abhijitparida/abhijitparida/hacktobermap/images/3)](https://sourcerer.io/fame/abhijitparida/abhijitparida/hacktobermap/links/3)[![](https://sourcerer.io/fame/abhijitparida/abhijitparida/hacktobermap/images/4)](https://sourcerer.io/fame/abhijitparida/abhijitparida/hacktobermap/links/4)[![](https://sourcerer.io/fame/abhijitparida/abhijitparida/hacktobermap/images/5)](https://sourcerer.io/fame/abhijitparida/abhijitparida/hacktobermap/links/5)[![](https://sourcerer.io/fame/abhijitparida/abhijitparida/hacktobermap/images/6)](https://sourcerer.io/fame/abhijitparida/abhijitparida/hacktobermap/links/6)[![](https://sourcerer.io/fame/abhijitparida/abhijitparida/hacktobermap/images/7)](https://sourcerer.io/fame/abhijitparida/abhijitparida/hacktobermap/links/7)

### Step 1

Fork the repo by pressing the "Fork" button on the top right side of the
repository and clone your forked repository.
If this is your first pull request, please read this article: [How To Create a Pull Request on GitHub](https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github)

Fork the repo by pressing the "Fork" button on the top right side of the repository and clone your forked repository.

### Step 2

In your forked repository, edit `hacktobermap.js` and add your name, location,
latitude and longitude to the bottom of the file using this format:
In your forked repository, edit `hacktobermap.js` and add your name, location, latitude and longitude to the bottom of the file using this format:

```
{
Expand All @@ -30,7 +30,7 @@ latitude and longitude to the bottom of the file using this format:

You can get the coordinates of your location from [https://latlong.net](https://latlong.net). Your location can be your city, your state or even your country - it's entirely up to you and how much you want to disclose on the Internet.

***Warning:** Do NOT put your exact coordinates for your own safety!*
***Warning:** Do NOT put the exact coordinates of your house for your own safety!*

### Step 3

Expand All @@ -40,6 +40,11 @@ Commit your changes and submit a pull request! After your pull request gets acce

Please star the repo if you like this fun little Hacktoberfest project :heart:

## Other Fun Hacktoberfest Projects

* [swarajlaha/hactoberexplor](https://github.com/swarajlaha/hactoberexplor)
* [srinibasbiswal/HacktoberProfile](https://github.com/srinibasbiswal/HacktoberProfile)

## License

[MIT](LICENSE)
Expand Down
230 changes: 229 additions & 1 deletion hacktobermap.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,233 @@ var hacktobermap = [
location: "Bletchley park",
latitude: 51.9977,
longitude: 0.7407
}
},
{
name: "Braden Shipley",
location:"Denton, TX",
latitude: 33.214840,
longitude: -97.133064
},
{
name: "Silver",
location: "Palo Alto",
latitude: 37.427475,
longitude: -122.169716
},
{
name: "Nitin Sharma",
location: "Delhi",
latitude: 80.996852,
longitude: 95.754533
},
{
name: "Chris Chung",
location: "Los Angeles",
latitude: 34.064973,
longitude: -118.373188
},
{
name: "Daniel Cassoli",
location: "São Paulo",
latitude: -23.5666985,
longitude: -46.633308
},
{
name: "Sasithorn Supamarkpukdee",
location: "Thailand",
latitude: 15.8700,
longitude: 100.9925
},
{
name: "Alex K",
location: "NYC",
latitude: 40.757801,
longitude: -73.940033
},
{
name: "Ian Kahwai",
location: "Harare",
latitude: -17.825167,
longitude: 31.033510
},
{
name: "Ogundiji Bolade (AdroitCode)",
location: "Lagos Nigeria",
latitude: 6.649190,
longitude: 3.302540
},
{
name: "Airam Rguez",
location: "Spain",
latitude: 20.296059,
longitude: 85.824539
},
{
name: "Moksh",
location: "Chandigarh",
latitude: 30.733315,
longitude: 76.779419
},
{
name: "Kleiser Sarifo",
location: "Maputo",
latitude: -25.8307354,
longitude: 32.3082668
},
{
name: "Shubhang Singhal",
location: "Mayur Vihar Phase1",
latitude: 28.589150,
longitude: 77.304690
},
{
name: "John-Paul Kelly",
location: "Glusburn",
latitude: 53.009033,
longitude: 55.052583
},
{
name: "Neeraj Yadav",
location: "Himachal Pradesh",
latitude: 31.817261,
longitude: 77.302757,
},
{
name: "Pradyuman Dixit",
location: "Hague",
latitude: 52.080190,
longitude: 4.310130
},
{
name: "Arpit J",
location: "Kerela",
latitude: 10.84,
longitude: 76.28
},
{
name: "Rachel Johnson",
location: "Sydney, Australia",
latitude: -33.8563567,
longitude: 151.2116543
},
{
name: "Supakorn Thongtra",
location: "Bangkok",
latitude: 13.756331,
longitude: 100.501762
},
{
name: "Anna CIA",
location: "São Paulo",
latitude: -23.550520,
longitude: -46.633308
},
{
name: "Adriano Skroch",
location: "Winnipeg, MB, CA",
latitude: 49.895138,
longitude: -97.138374
},
{
name: "Hari Prasetia",
location: "Jakarta",
latitude: -6.229728,
longitude: 106.6894312
},
{
name: "Lilian Ferreira",
location: "Gran Canaria",
latitude: 28.1248,
longitude: -15.43
},
{
name: "Nikhil Shrivastava",
location: "Jalandhar",
latitude: 20.296059,
longitude: 85.824539
},
{
name: "Aman Kumar Soni",
location: "Jalandhar",
latitude: 31.3260,
longitude: 75.5762
},
{
name: "Khushbu Goyal",
location: "India",
latitude: 20.593683,
longitude: 78.962883
},
{
name: "Kshitij Agrawal",
location: "Kharagpur",
latitude: 10.101010,
longitude: 20.202020
},
{
name: "cherrysrc",
location: "Lower Saxony",
latitude: 52.949300,
longitude: 10.050893
},
{
name: "Renata Miranda",
location: "São Paulo, BR",
latitude: -23.5489,
longitude: -46.6388
},
{
name: "Ajay Jha",
location: "Haryana, India",
latitude: 29.96,
longitude: 78.87
},
{
name: "Braintelligence",
location: "Frankfurt",
latitude: 50.1211909,
longitude: 8.5665249
},
{
name: "Tobias",
location: "Gummersbach",
latitude: 51.028351,
longitude: 7.565430
},
{
name: "Fredrik Engstrand",
location: "Uppsala",
latitude: 59.858562,
longitude: 17.638927
},
{
name: "Sandro Pirtskhalava",
location: "Tbilisi,Georgia",
latitude: 41.715137,
longitude: 44.827095
},
{
name: "S. Hall",
location: "Florida",
latitude: 28.53833,
longitude: -81.378883
},
{
name: "Rebaka",
location: "Canada",
latitude: 56.130367,
longitude: -106.346771
},
{
name: "Grace",
location: "Australia",
latitude: -25.274399,
longitude: 133.775131
},
{
name: "Lauren",
location: "Texas",
latitude: 32.542084,
longitude: -97.320847
},
];

0 comments on commit fa35126

Please sign in to comment.