This is the source code of the DoYouBuzz API Demo Website available on http://api-demo.doyoubuzz.com
git clone https://github.com/doyoubuzz/api-demo.git
Update the $site_url in the conf.php file to match your local URL (example: http://api-demo.local).
The interesting files and directories are:
/
|- index.php
|- conf.php
|- /controller
|- /views
|- /libs
Bootstraping the app with libraries and configuration files.
Contains the configuration information for the API (including API Keys)
Contains the logic, mainly to request the API
Contains the views