Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kenoir/rudolf

An experiment with EasyRdf
https://github.com/kenoir/rudolf

Last synced: 9 days ago
JSON representation

An experiment with EasyRdf

Awesome Lists containing this project

README

        

Rudolf.php
==========

An experiment with easyRdf (https://github.com/njh/easyrdf) & BBC Programme data.

Gets some details about upcoming sci-fi programmes on the BBC.

$rudolf = new Rudolf();
$programmeDetails = $rudolf->main();

foreach($programmeDetails as $programme){
print $programme['title'] . "\n";
print $programme['synopsis'] . "\n";
print "\n\n";
}