<?php
include "tweet2json.php";
echo "<pre>";
echo json_encode((new Tweet2JSON)->getJSON("TwitterDev"), JSON_PRETTY_PRINT);
echo "</pre>";
?>marcustansoon/tweet2json
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
<?php
include "tweet2json.php";
echo "<pre>";
echo json_encode((new Tweet2JSON)->getJSON("TwitterDev"), JSON_PRETTY_PRINT);
echo "</pre>";
?>