Live data from Hacker News

Show HN: PeerGym – A Health Club Database Made with Elixir/Phoenix

peergym.com

41–50 of 56 posts

Re: Show HN: PeerGym – A Health Club Database Made with Elixir/Phoenix

#41

I keep on hearing about Elixir/Phoenix. What is the advantage of putting this on Elixir vs something like Rails or Laravel?

Super fast performance, easy to develop in, and great functional programming environment with being able to call libraries from both Elixir and Erlang.

Re: Show HN: PeerGym – A Health Club Database Made with Elixir/Phoenix

#42
post #28

Earlier quoted context omitted.

"Bro" is gender-neutral, as far as I'm concerned.

If "bro" is gender-neutral, I'm pretty confused about that whole "bros before hoes" thing.

"Prioritize your friends ahead of your sexual pursuits."

Re: Show HN: PeerGym – A Health Club Database Made with Elixir/Phoenix

#43
post #6

How do gyms make it into the database? I'm looking at where I live (Brooklyn), and almost every single gym listed is a CrossFit gym. There are a considerable number of missing gyms. Otherwise, this is awesome. I work out at home now, but when I was looking for a gym a while back, it was extremely annoying. New York is especially bad since most gyms are small and/or prioritize cardio equipment and weight machines as o…

So the original idea for this was that I wanted to find quality gyms in my area with vast arrays of equipment. I specifically disregarded globos like Planet Fitness and WorkOutWorld, which have shady contracts and terrible policies.

So my initial feed was the 3500+ Crossfit gyms, plus an additional 600-700 powerlifting, weightlifting, and strongman gyms across the country. I knew these places would have great equipment, great staff, and the amenities fitness enthusiasts would need to get in a great workout.

That said, as you can see, Crossfit dominates more than 80% of my current results. If you sort by Price you may find a smaller, niche gym in your area that will likely be much cheaper and will accommodate your workout type.

Re: Show HN: PeerGym – A Health Club Database Made with Elixir/Phoenix

#44
post #15

What does it matter what it's built in if it's not an open project? First issue. I click an icon on the right yet the menu it controls opens on the left.

It doesn't matter from a business side of things, but since this is the Hacker News community, and not a fitness enthusiast community, I wanted to have some common ground that would be interesting to the HN community :)

Re: Show HN: PeerGym – A Health Club Database Made with Elixir/Phoenix

#45

This is great. Reminds me of my first node/angular project http://gymnear.com/

Cool! I like that project, how did you source your feeds - directly from Google Places?

My data is sourced in-house specifically because I didn't want to include globos that had crappy policies or insufficient equipment.

Re: Show HN: PeerGym – A Health Club Database Made with Elixir/Phoenix

#46

We're building a real estate research tool to help people find the right home based on their lifestyle. This could be really interesting for us if ever there's traction. I'm particularly interested in ratings and reviews and the filtering capability.

Yes, both of those will be added!

Re: Show HN: PeerGym – A Health Club Database Made with Elixir/Phoenix

#47

For me up in the North of England, I only get two gyms. Both are in London which is not feasible in the slightest to get to.

My apologies! Most of the 4300 or so gyms are located in the US (where I'm based) so unfortunately I don't have a very vast network at the moment, but if you let me know where in north England you are I can see if I can find a few for you! Sign up and send me a message at team@peergym.com and I'll get you hooked up!

Re: Show HN: PeerGym – A Health Club Database Made with Elixir/Phoenix

#48

Earlier quoted context omitted.

My area only shows Crossfit gyms. Are there other gym types planned? Also, although this appears more like a personal project and less like a startup, the ability to cancel a membership through this site would be great. Membership cancellation is one of the biggest pains with gyms today.

The original thought behind this experiment was to include quality gyms with a vast amount of equipment. Turns out that Crossfit gyms fit the bill there. I had a great data feed of them, so they represent about 90% of the gyms in the US on our list. The rest are smaller, mom-and-pop powerlifting and strongman gyms. If you sort by price you'll find many of those other gyms are listed on the site. The next step is to o…

A lot of crossfit affiliates use the same software to do billing and manage membership logins. ZenPlanner and Mindbody are the most popular. You might have better luck going through them instead directly contacting the gym.

Also, how do you modify the data that is on there? There's incorrection information for my gym.

Re: Show HN: PeerGym – A Health Club Database Made with Elixir/Phoenix

#49

This is great. Reminds me of my first node/angular project http://gymnear.com/

Cool! I like that project, how did you source your feeds - directly from Google Places? My data is sourced in-house specifically because I didn't want to include globos that had crappy policies or insufficient equipment.

Yeah exactly, all the data is provided from Google Places API. I had hopes of somehow tying in other API's (facebook, yelp, etc.) to get more data (mainly reviews) for the different gyms. But, configuring the database for that was over my head at the time.

I think the idea of having an in house database that users could add information (type of gym, type of equipment, etc.) could be very powerful.

Your project seems to be heading down that route. I would love to help contribute!!

Re: Show HN: PeerGym – A Health Club Database Made with Elixir/Phoenix

#50

Clicking on 'Price' under 'Sort by' results in the error message: > Sorry bro! We couldn't find any gyms in your area, so head up to search bar and try again. when there are gyms displayed for same area when sorted by location edit: looks like it's triggered when area's gyms don't have any associated prices

This is correct! You're likely in a smaller demographic where I don't have a lot of price information. I haven't fully fleshed-out how I want to handle this, originally I wanted to order by any that had a price (lowest to highest), and THEN show the remaining gyms which have no price info (as by default they are listed at 0 dollars in the DB, I think).

Not displaying 'Price' as a sort option, or no sort options, in this case, would solve the problem and be good UX.
Post reply on HN