gazpachu / joanmira

Joan Mira Studio Website
http://joanmira.com
MIT License
11 stars 2 forks source link

Build a social website aggregator using Meteor #59

Open gazpachu opened 2 years ago

gazpachu commented 2 years ago

Written on 02/10/2016

URL: https://www.joanmira.com/blog/build-a-social-website-aggregator-using-meteor/

gazpachu commented 2 years ago

Comment written by Andrew Splatinum Luck on 03/24/2016

Thank you! This helped me with my final project a lot!

gazpachu commented 2 years ago

Comment written by Alo Urbano on 06/09/2016

Hi Joan, thanks for the detailed explanation. I'm on my attempt to solve this assignment myself, but I'm struggling with the HTTP package. I've been following your instructions and making sure I add the 'getWebsiteData' method on the server side, but I keep getting empty responses. Inspecting the web pages, I see that they do have such tags.

It is my first try using client/server method calls, so maybe I might be missing something. Any hint/help on how to manage this HTTP call to get the title and description? Thanks!

gazpachu commented 2 years ago

Comment written by Anna Spysz on 09/06/2016

This was awesome and so much help! One question: how do you render the individual comments page for each link? My links just go to the URL...

gazpachu commented 2 years ago

Comment written by Alejandro Cabrera on 09/18/2016

What about the functionality remaining: search and recommended websites? :D

gazpachu commented 2 years ago

Comment written by Adarsh on 10/15/2016

The count of votes doesn't come properly rather it comes as NaN. How to correct that?

gazpachu commented 2 years ago

Comment written by Marinella Luft on 01/04/2017

Same problem. Do you resolve it?