sgnigt Library for creating To-Do's in Things 3. Usage const sgnigt = require('sgnigt') const todo = { title: 'Pay for rent', note: 'bla', }; sgnigt.createTodo(todo, 'YOUR-THINGS-ACCOUNT-ID') TODO Remove moment Tests