Check it out: guide-me-places.fly.dev
Read my Article on it: Curating a map for places to visit in Indonesia
Guide Me Places is a side-project I built recently. I curate places to visit, and display coordinates 📍 in an interactive map to help people like me discover and explore all corners of Indonesia. On top of that, I’ve curated a feed of articles and stories from fellow travelers users can browse through when they select a location in the map.
Github README:
Guide Me Places
Explore a curation of tourist spots in the Indonesia archipelago
Development instruction
- Run
bin/rails db:migrate
- Run
overmind start -f Procfile.dev
orbin/dev
- Run
overmind connect web
orbundle exec rdbg -a
in a separate terminal for debugging EDITOR=vim rails credentials:edit
/EDITOR=vim rails credentials:edit --environment production
How contents are curated
Place
- Enter location, emojis, iframes in Excel Sheet
- Update new locations from excel to airtable
rails data:fetch_and_store_places
to batch refresh articles to DB
Article
- Save url to airtable base (with Shortcuts automation)
- In Airtable, tag with places
- Scrape the url to enrich the records (ie.
rails data:enhance_articles
) rails data:fetch_and_store_articles
to batch refresh articles to DB