Hi
I added the "Hacker News" button to my site. Looks nice and works great.
But I try to keep my blog relatively tracking free. The button has to call home to get the hacker news information and unfortunately the service resides on "https://hnbutton.appspot.com/button?", which is not "Heroku" as proudly advertised on hn-button but rather ... Google. Basically tracking is ensured at this point for my visitors.
So I wanted to run "hn-button.com" in my own docker container. Unfortunately it doesn't come together for me. I am not sure, if you can even help with this:
npm install component -g
component build
leads eventually to
fatal : no remote found for dependency "yields/store".
though that github repository exists.
Hi
I added the "Hacker News" button to my site. Looks nice and works great.
But I try to keep my blog relatively tracking free. The button has to call home to get the hacker news information and unfortunately the service resides on "https://hnbutton.appspot.com/button?", which is not "Heroku" as proudly advertised on hn-button but rather ... Google. Basically tracking is ensured at this point for my visitors.
So I wanted to run "hn-button.com" in my own docker container. Unfortunately it doesn't come together for me. I am not sure, if you can even help with this:
leads eventually to
though that github repository exists.