Skip to content

Instantly share code, notes, and snippets.

import todoist
import pandas
api = todoist.TodoistAPI()
user = api.user.login('<username>', '<password>')
print(user['full_name'])
response = api.sync()
for project in response['projects']:
print(project['name'])
var alexa = require('alexa-app');
// Allow this module to be reloaded by hotswap when changed
module.change_code = 1;
// Define an alexa-app
var app = new alexa.app('catcheckup');
app.launch(function(req,res) {
// lets see if the user has any pets setup?
@busbyjon
busbyjon / job-role-template.md
Created April 4, 2016 10:40
Job Role Template (in Markdown)

Job Title

  • Reports To :

  • Type :

Description

What does success look like?