Skip to content

Files

Latest commit

Apr 2, 2013
eaddf1c · Apr 2, 2013

History

History
37 lines (21 loc) · 752 Bytes

readme.md

File metadata and controls

37 lines (21 loc) · 752 Bytes

API Demo Website

This is the source code of the DoYouBuzz API Demo Website available on http://api-demo.doyoubuzz.com

Install on your own server

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).

Architecture

The interesting files and directories are:

/
|- index.php     
|- conf.php
|- /controller
|- /views
|- /libs

index.php

Bootstraping the app with libraries and configuration files.

conf.php

Contains the configuration information for the API (including API Keys)

/controller

Contains the logic, mainly to request the API

/views

Contains the views