clayreimann / hacktobermap

A Map of Hacktoberfest 2018 Participants https://abhijitparida.github.io/hacktobermap/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HacktoberMap

Happy Hacktoberfest! 🔥 HacktoberMap is a map of Hacktoberfest 2018 participants.

Link to map: 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

Step 1

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:

  {
    name: "Your name",
    location: "Your location",
    latitude: 12.34,
    longitude: 56.78 
  },

You can get the coordinates of your location from 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!

Step 3

Commit your changes and submit a pull request! After your pull request gets accepted, you will be able to see your very own marker on the HacktoberMap!

Step 4

Please star the repo if you like this fun little Hacktoberfest project ❤️

License

MIT

Map data © OpenStreetMap contributors, CC-BY-SA, Imagery © Mapbox

About

A Map of Hacktoberfest 2018 Participants https://abhijitparida.github.io/hacktobermap/

License:MIT License


Languages

Language:JavaScript 89.9%Language:HTML 6.2%Language:CSS 4.0%