arpitr / wunderlist-api-demo

Demo of the Wunderlist API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To use this demo code:

  • Run composer install to install all the dependencies

  • Create a file called keys.php in the root folder and add the following variables:

    $client_id = 'your Wunderlist app client id';
    $access_token = 'your Wunderlist app generated access token';
    $list_id = 'the ID of a list from your Wunderlist account';
    

About

Demo of the Wunderlist API


Languages

Language:PHP 84.1%Language:HTML 15.9%