The Chingu world map
If you want to open the project on your computer.
git clone https://github.com/kuznetsovandrey76/chingu-map.git
cd chingu-map
npm install
- installhttps://nodejs.org/en/
node server.js
127.0.0.1:8080
✏️ If you want to add yourself to the map:
,{
"lat": [number],
"lng": [number],
"title": "@[your username]",
"name": "[your full name]",
"fullText": "any text",
"lang":"native: <i class=\"em em-[ru]\"></i>",
"img": "img/[your username].jpe"
}
- change the text in brackets (remove brackets)
- open
https://www.google.com/maps
find your place
lat
- first coordinate,lng
- second coordinate - Find your flag here:
https://afeld.github.io/emoji-css/
- add photos to the folder
img
(Photo should be square, small size, in the photo there is no icon of the cohort. Name of the image, your user name) - record changes in
js/data.json
- make a pull request 🔥