ivanvanderbyl / ember-hackernews-pwa

An Ember implementation of the HackerNews client as a Progressive Web App
https://hackernews.io
62 stars 14 forks source link

Implement /:username route #14

Open ivanvanderbyl opened 7 years ago

ivanvanderbyl commented 7 years ago

It'd be nice to load user profiles when hovering over their name, similar to Twitter, and being able to click through to the actual profile.

jeanlucaslima commented 6 years ago

HN already has profiles, it makes sense.

But would need a login system, does it already have? Authentication?

ivanvanderbyl commented 6 years ago

Authentication would be tricky, maybe build a browser based scraper with Lambda + Puppeteer?