Skip to content

upchuk/wunderlist-api-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published