Show HN: Free, open-source site for finding beautiful hikes
31–40 of 86 posts
Re: Show HN: Free, open-source site for finding beautiful hikes
#32Earlier quoted context omitted.
The site is beautiful, and I really appreciate the open sourcing of the code. I teach high school kids how to develop websites with Angular and Ruby on Rails, and will point them to your git repo. Quick question - how do you prevent spam?
Thanks! All changes go through a review process before they are pushed live. I get an email for each change and then can either accept or reject it. I'm using Mailgun to do the mail stuff: https://github.com/zaknelson/hike.io/blob/master/server/util...
Re: Show HN: Free, open-source site for finding beautiful hikes
#33Re: Show HN: Free, open-source site for finding beautiful hikes
#34Earlier quoted context omitted.
Thanks! All changes go through a review process before they are pushed live. I get an email for each change and then can either accept or reject it. I'm using Mailgun to do the mail stuff: https://github.com/zaknelson/hike.io/blob/master/server/util...
Hm. So how come you accepted this one? It's just a location, seems pretty useless: http://hike.io/hikes/vandelli
Re: Show HN: Free, open-source site for finding beautiful hikes
#35Are you manually typing out all the data or you hired someone to type all this out. I know you are using community to edit this , but who made contribution for the first time ?
Re: Show HN: Free, open-source site for finding beautiful hikes
#36What qualifies as a hike? How far? I don't want to list what others won't see as 'true' hikes.
At this point, I'd say just add it, since I'd rather have more data. If it becomes a popular resource, I suppose the site will need a clearer definition of what constitutes a hike.
Re: Show HN: Free, open-source site for finding beautiful hikes
#37I've been thinking of creating a hiking app for a while now, but just haven't been able to free up time. When I was living in Berkeley, I think I went hiking pretty much every single weekend, and I could think of a ton of things I'd have liked to have been able to access on my phone to make my experiences that much richer.
Anyway, good stuff and kudos for open-sourcing it all!
Re: Show HN: Free, open-source site for finding beautiful hikes
#38Hello @zakn. Great site. I have one question. Can you please share from where are you getting the description of the hikes. For Example: http://hike.io/hikes/salkantay-trek Are you manually typing out all the data or you hired someone to type all this out. I know you are using community to edit this , but who made contribution for the first time ?
Re: Show HN: Free, open-source site for finding beautiful hikes
#39Kudos on the "free and open" promise! I hate logins.
Critique: - I second the suggestion to encourage contributing to OSM. Most popular hikes will be in OSM already and adding them to hike.io could be as easy as selecting the route on the OSM layer. - can you use a USGS layer for US locations? see mapper.acme.com - Adding an entry should be easier. I selected the coords, but was still required to enter the state, country. I would like to simply add a few points on a map and have the elevation/gain calculated for me - driving directions? why a block of text? why not a link to google driving directions?
Re: Show HN: Free, open-source site for finding beautiful hikes
#40Great site! I think there are a lot of fun things to add in the "hiker" space. I would have found it more intuitive to start with the map view actually, instead of a text search, since I think most users will consult your website AFTER knowing where they are located, rather than already having pinpointed specific trails. I've been thinking of creating a hiking app for a while now, but just haven't been able to free u…