News and weather dashboard for your day. Open source alternative to Google News. https://netsyms.com/apps/todaystream/
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Skylar Ittner 737e26b279 Show news without images il y a 1 an
api Enforce app passwords in API for users with two-factor enabled il y a 5 ans
cache Set cache-control on thumbnails il y a 5 ans
langs Add JavaScript geolocation for weather (close #3) il y a 5 ans
lib Show news without images il y a 1 an
mobile Add more permissions checks il y a 5 ans
nbproject Add basic news reader functionality il y a 5 ans
pages Add JavaScript geolocation for weather (close #3) il y a 5 ans
static Add JavaScript geolocation for weather (close #3) il y a 5 ans
tests Rewrite to use classes, aligning with AccountHub 2.0 il y a 6 ans
.gitignore Add IP geolocation for weather, fix icon alignment il y a 5 ans
.gitmodules Add weather card to overview/home page il y a 5 ans
LICENSE.md Update license and readme il y a 5 ans
README.md Readme il y a 5 ans
action.php Add weather card to overview/home page il y a 5 ans
api.php Add comment il y a 5 ans
app.php Make settings.php an array, not a bunch of defines il y a 5 ans
composer.json Add IP geolocation for weather, fix icon alignment il y a 5 ans
composer.lock Add IP geolocation for weather, fix icon alignment il y a 5 ans
cron.php Add cron script to prune thumbnail cache (close #2) il y a 5 ans
database.mwb Add SHA1 hashed thumbnail URLs when the base64 filename is too long il y a 5 ans
database.sql Add database.sql il y a 5 ans
index.php Nicer access denied message il y a 5 ans
pages.php Add JavaScript geolocation for weather (close #3) il y a 5 ans
required.php Whoops il y a 5 ans
settings.template.php Add OpenWeatherMap provider il y a 1 an

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