UI Deploy

Curated, Short, Web UI Dev we Love.

Building offline applications with AngularJS and PouchDB

You may have read my other post about Async CouchDB queries with nano and promises. In that post I built a small app to track how many goals a player scored per match. Every action was stored as a single document in CouchDB. JavaScript promises were used to access the data which allowed functions be easily reused.

view source

Advertisement