Important - this repo is broken as of Meteor 1.3. The iOS code should work, but it was written to work against Meteor's todos example and Meteor has changed its' API.
Meteor Todos created using SwiftDDP with CoreData integration. Clone this repo, install SwiftDDP and run!
Note that connectivity to apps hosted on Meteor's free tier (*.meteor.com) can be erratic as the server-side app periodically idles. If SwiftTodos does not connect (verifiable in the logs) or you cannot add or remove items or login, try connecting to a different instance. The easiest way to do this is to run an instance of the todos app locally.
bash meteor create --example todos
Once you've created and started the Meteor todos server, set the url variable in AppDelegate.swift to ws://localhost:3000/websocket, then run the iOS app.