Show HN: Read Hacker News Like Pinterest – Built with Vuejs
1–10 of 111 posts
Re: Show HN: Read Hacker News Like Pinterest – Built with Vuejs
#2[deleted]
Re: Show HN: Read Hacker News Like Pinterest – Built with Vuejs
#3Wow! I always like how people implement HN API in their own ways.
Re: Show HN: Read Hacker News Like Pinterest – Built with Vuejs
#4Looks really nice!
Re: Show HN: Read Hacker News Like Pinterest – Built with Vuejs
#5Really nice!!! how are you generating the thumbnails?
Re: Show HN: Read Hacker News Like Pinterest – Built with Vuejs
#6Really nice!!! how are you generating the thumbnails?
Hi, how can I contact you? (email/Twitter)
Thank you!
Re: Show HN: Read Hacker News Like Pinterest – Built with Vuejs
#7I really like the concept. Great work! The auto refresh is slightly annoying for me personally but I could live with it :)
Re: Show HN: Read Hacker News Like Pinterest – Built with Vuejs
#8Hey this is really cool, nice work
Re: Show HN: Read Hacker News Like Pinterest – Built with Vuejs
#9The visual aspect is really nice, and a welcoming change.
Re: Show HN: Read Hacker News Like Pinterest – Built with Vuejs
#10Really nice!!! how are you generating the thumbnails?
The thumbnails are generated using phantomjs server. I'm using https://github.com/blockai/phantom-pool to make sure the phantomjs instance is reused.
Also I'm using a scheduling node package (https://github.com/Automattic/kue) to make sure that images are precached as the link are submited to hackernews.
I'll post the code on https://github.com/valentinvieriu/vue-hackernews-2.0, but need to take care of some hardcoded redis credentials first. I'll give a reply when it's up