hackergarten / hackergarten/hackergarten.github.io
Automatically generate list of locations from events.json
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 83
- Avg merge
- 17m
- Merged PRs (30d)
- 3
Description
The events.json file contains all the information needed for the map popup. It needs to be enriched by the geocoordinates using the address data.
Instead of having to manually create the locations array (locations.js) file, we could retrieve the lat/long coordinates from a geocode api like geoapify.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting events.json and the manually maintained locations.js file to understand the existing map-popup data and address fields. Read the Geoapify geocoding API documentation linked in the issue, then define the generation workflow and verify that it produces location coordinates from the event addresses without manual array creation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100