application sreality-configurable-rss
Sreality.cz Custom Configurable RSS Channel With Images And Google Maps.
tomflidr/sreality-configurable-rss
Sreality.cz Custom Configurable RSS Channel With Images And Google Maps.
- Thursday, July 26, 2018
- by tomFlidr
- Repository
- 1 Watchers
- 1 Stars
- 3 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 4 Versions
- 0 % Grown
Sreality.cz FREE Custom Configurable RSS Channel With Images And Google Maps., (*1)
, (*2)
Instalation
# load project into 'development' directory, if directory doesn't exists, create it
composer create-project tomflidr/sreality-configurable-rss
- create single database with single table in your MySQL/MariaDB server to cache loaded items:
CREATE DATABASE `sreality` /*!40100 COLLATE 'utf8_general_ci' */
USE `sreality`;
CREATE TABLE `rss_estates` (
`id` VARCHAR(255) NOT NULL,
`data` TEXT NOT NULL,
INDEX `id` (`id`)
) COLLATE='utf8_general_ci' ENGINE=InnoDB;
- open
config.php
in your favorite text editor
- set up
$mySqlConfig
array to connect into database for cached items
-
Get and copy Google Maps API key into
$googleMapsApiKey
- configure
$realEstatesSearchConfig
array by commenting and uncommenting values you want or don't want
- call
index.php
over HTTP(s) in your favorite web server (Apache/IIS/Nginx) and follow instructions there:-)
TODO
- implement RSS items date property
- before previous data are truncated in db, select them, compare guids from old items and new items
and if there is the same guid, transfer date from previous item already in database into new item.
For items without any date - add current time(). Then truncate previous data and insert new items.
dev-master
9999999-dev
Sreality.cz Custom Configurable RSS Channel With Images And Google Maps.
Sources
Download
BSD-3-Clause
The Requires
rss
news
configurable
free
channel
sreality
v2.0.0
2.0.0.0
Sreality.cz Custom Configurable RSS Channel With Images And Google Maps.
Sources
Download
BSD-3-Clause
The Requires
rss
news
configurable
free
channel
sreality
v1.0.1
1.0.1.0
Sreality.cz Custom Configurable RSS Channel With Images And Google Maps.
Sources
Download
BSD-3-Clause
The Requires
rss
news
configurable
free
channel
sreality
v1.0.0
1.0.0.0
Sreality.cz Custom Configurable RSS Channel With Images And Google Maps.
Sources
Download
BSD-3-Clause
The Requires
rss
news
configurable
free
channel
sreality