File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ Scans a website and outputs the feeds it provides.
1818<input type =" url " name =" feedToRead " id =" feedToRead " />
1919<button name =" submit " onclick =" readFeed ()" >read</button >
2020
21+ <div id =" read-result " ></div >
22+
2123<img src =" https://feed-io-api.herokuapp.com " width =" 0 " height =" 0 " />
2224
2325<script src =" https://unpkg.com/react@16/umd/react.production.min.js " crossorigin ></script >
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ layout: default
66
77[ feed-io] ( https://github.com/alexdebril/feed-io ) is a PHP library built to consume and serve RSS / Atom feeds.
88
9+ Here's an [ online demo] ( /demo/ ) of discovering and consuming feeds.
910``` php
1011<?php
1112require 'vendor/autoload.php';
You can’t perform that action at this time.
0 commit comments