Version 0.1 | By Chris Johnson | https://github.com/ChrisLTD/yo_portal
Yo Portal is a start page for your web browser that displays RSS feeds for the NY Times, Woot, Weather, and Stock Quotes. It also displays a set of static links you can customize in the config file. The design is fluid and responsive, so it will scale down for phones and tablets.
Here's what it looks like:
The page is personalizable for invididual users and browsers through a settings panel in the footer:
- PHP 5.2 or higher
- PHP's XML extension (enabled by default)
- PHP's PCRE extension (enabled by default)
- Upload the files to a folder on your server
- Setup a cache folder on your server. Read these instructions for making your cache folder writable.
- Put the absolute server path to the cache folder in the
$portal_cache_location
variable in the_config.php
file. - Create a (Forecast.io API account](https://developer.forecast.io) and set your
$portal_forecastio_api_key
with your API key in the_config.php
file. - Create a (GeoNames account)[http://www.geonames.org/login], enable it for web services, and put your username in the
$portal_geonames_username
variable in_config.php
file. - Enjoy and be sure to check the _config.php file for other settings you can change.
- SimplePie library - For RSS feed parsing
- Zepto - Lightweight JQuery alternative for modern browsers
- JQuery - Fallback for older browsers
- Forecast.io PHP wrapper - For weather data
- Skycons - Animated icons for weather