Skip to content

Commit

Permalink
Links updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mavci committed Jan 29, 2022
1 parent d6e0efa commit 802341d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</header>
<div class="small alert alert-warning">This is a third-party, unofficial, open-source service and not affiliated with Hacker News or YC.</div>
<main>
<p>Hacker News is part of my daily life. I try to follow the top stories every day when I have the opportunity. In order not to miss important stories on my busy days, I prepared a notification service. It was a very simple, 43-line PHP script that sends me notifications for stories with over 200 points. I have been using this service for 7 months and I no longer worry about missing important stories.</p>
<p><a target="_blank" href="https://news.ycombinator.com">Hacker News</a> is part of my daily life. I try to follow the top stories every day when I have the opportunity. In order not to miss important stories on my busy days, I prepared a notification service. It was a very simple, <a target="_blank" href="https://github.com/mavci/hn-notifications/blob/main/legacy.php.txt">~40-line PHP script</a> that sends me notifications for stories with over 200 points. I have been using this service for 7 months and I no longer worry about missing important stories.</p>

<p>Finally, I made this service available to everyone so that it can be useful to others. I have also obtained the necessary permissions from the HN moderators to share such a service with you. So, I hope you will not miss important stories from this awesome platform with the help of this service. Also when I share this service with HN, I hope I will receive this story as a notification.</p>
<div class="card bg-light">
Expand Down Expand Up @@ -106,7 +106,7 @@
</div>
</main>
<footer class="pt-5 text-muted border-top">
<a href="https://github.com/mavci/hn-notifications" target="_blank">GitHub</a> &middot; 2022
<a href="https://github.com/mavci/hn-notifications" target="_blank">GitHub Repository</a> &middot; 2022
</footer>
</div>

Expand Down

0 comments on commit 802341d

Please sign in to comment.