Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauricesvay/fullhackernews
Read all Hacker News articles in one single static page, optimized for reading
https://github.com/mauricesvay/fullhackernews
aggregator hackernews php rss
Last synced: 24 days ago
JSON representation
Read all Hacker News articles in one single static page, optimized for reading
- Host: GitHub
- URL: https://github.com/mauricesvay/fullhackernews
- Owner: mauricesvay
- Created: 2013-06-23T19:58:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-09-26T18:40:52.000Z (about 3 years ago)
- Last Synced: 2024-04-09T21:11:08.093Z (9 months ago)
- Topics: aggregator, hackernews, php, rss
- Language: PHP
- Homepage: http://www.fullhn.com
- Size: 2.36 MB
- Stars: 65
- Watchers: 7
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FullHackerNews
Read all Hacker News articles in one single static page, optimized for reading.
I use it to load all articles for offline reading on my iPhone.Can work with any other feed.
# Requirement
* PHP >= 5.6.0
* Amazon S3 account# Installing
* Make the `cache` folder writable
* Create an S3 bucket, configured as a Web server
* upload the content of `www` to the S3 bucket
* copy `example.env` to `.env` and update the values, or set env variables
* install dependencies : `$ php composer.phar install`
* run `php index.php` periodically
* enjoy# License
This project is released under the BSD license.