News and weather dashboard for your day. Open source alternative to Google News. https://netsyms.com/apps/todaystream/
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
Skylar Ittner 737e26b279 Show news without images hace 1 año
api Enforce app passwords in API for users with two-factor enabled hace 5 años
cache Set cache-control on thumbnails hace 5 años
langs Add JavaScript geolocation for weather (close #3) hace 5 años
lib Show news without images hace 1 año
mobile Add more permissions checks hace 5 años
nbproject Add basic news reader functionality hace 5 años
pages Add JavaScript geolocation for weather (close #3) hace 5 años
static Add JavaScript geolocation for weather (close #3) hace 5 años
tests Rewrite to use classes, aligning with AccountHub 2.0 hace 6 años
.gitignore Add IP geolocation for weather, fix icon alignment hace 5 años
.gitmodules Add weather card to overview/home page hace 5 años
LICENSE.md Update license and readme hace 5 años
README.md Readme hace 5 años
action.php Add weather card to overview/home page hace 5 años
api.php Add comment hace 5 años
app.php Make settings.php an array, not a bunch of defines hace 5 años
composer.json Add IP geolocation for weather, fix icon alignment hace 5 años
composer.lock Add IP geolocation for weather, fix icon alignment hace 5 años
cron.php Add cron script to prune thumbnail cache (close #2) hace 5 años
database.mwb Add SHA1 hashed thumbnail URLs when the base64 filename is too long hace 5 años
database.sql Add database.sql hace 5 años
index.php Nicer access denied message hace 5 años
pages.php Add JavaScript geolocation for weather (close #3) hace 5 años
required.php Whoops hace 5 años
settings.template.php Add OpenWeatherMap provider hace 1 año

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