Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 257 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 257 Bytes

SEO content generator

A content creation tool that uses the Google RSS feeds to generate articles around given keywords.

Example

<?php
include('lib.magicarticle.php');
$n = new MagicArticle;
$n->setKeyword('Nokia N95 8GB');
echo $n->grab();
?>