Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 363 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 363 Bytes

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';