News and weather dashboard for your day. Open source alternative to Google News. https://netsyms.com/apps/todaystream/
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
Skylar Ittner 737e26b279 Show news without images 1 yıl önce
api Enforce app passwords in API for users with two-factor enabled 5 yıl önce
cache Set cache-control on thumbnails 5 yıl önce
langs Add JavaScript geolocation for weather (close #3) 5 yıl önce
lib Show news without images 1 yıl önce
mobile Add more permissions checks 5 yıl önce
nbproject Add basic news reader functionality 5 yıl önce
pages Add JavaScript geolocation for weather (close #3) 5 yıl önce
static Add JavaScript geolocation for weather (close #3) 5 yıl önce
tests Rewrite to use classes, aligning with AccountHub 2.0 6 yıl önce
.gitignore Add IP geolocation for weather, fix icon alignment 5 yıl önce
.gitmodules Add weather card to overview/home page 5 yıl önce
LICENSE.md Update license and readme 5 yıl önce
README.md Readme 5 yıl önce
action.php Add weather card to overview/home page 5 yıl önce
api.php Add comment 5 yıl önce
app.php Make settings.php an array, not a bunch of defines 5 yıl önce
composer.json Add IP geolocation for weather, fix icon alignment 5 yıl önce
composer.lock Add IP geolocation for weather, fix icon alignment 5 yıl önce
cron.php Add cron script to prune thumbnail cache (close #2) 5 yıl önce
database.mwb Add SHA1 hashed thumbnail URLs when the base64 filename is too long 5 yıl önce
database.sql Add database.sql 5 yıl önce
index.php Nicer access denied message 5 yıl önce
pages.php Add JavaScript geolocation for weather (close #3) 5 yıl önce
required.php Whoops 5 yıl önce
settings.template.php Add OpenWeatherMap provider 1 yıl önce

README.md

TodayStream

TodayStream is a news/headlines reader and weather app. It is designed in a modular fashion, to make adding data sources easy.

TodayStream ships with support for NewsAPI.org, Reddit, and DarkSky APIs. With the exception of Reddit, you'll need to obtain and set API keys in settings.php for TodayStream to be useful.

It currently determines the user's location for weather information based on IP address. You'll need to download the (free) MaxMind city-level geoIP database and keep it up-to-date. Other methods of obtaining location, such as with JavaScript APIs and user-configurable settings, are coming soon.

This application does not and will not store user location on the server.

API responses are cached in the database for a reasonable amount of time, to decrease latency and reduce (or eliminate) API costs. News item thumbnails are resized and stored in cache/thumb.

Setup Tips

  • Run composer install (or composer.phar install) to install dependency libraries
  • If you don't have any color in the navbar, run git submodule init and git submodule update.

Required attribution: This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com