Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Opennote | 1,564 | 3 months ago | 32 | mit | JavaScript | |||||
OpenNote was built to be an open web-based alternative to Microsoft OneNote (T) and EverNote. | ||||||||||
Cornercouch | 160 | 17 | 6 years ago | March 15, 2023 | 10 | mit | HTML | |||
CornerCouch - AngularJS module for CouchDB | ||||||||||
Votr Part5 | 123 | 5 years ago | 1 | JavaScript | ||||||
Part 5 of a realtime SMS/Voice voting application powered by Node, CouchDB, AngularJS and Twilio | ||||||||||
Superlogin Demo | 38 | 7 years ago | 9 | mit | JavaScript | |||||
A sample single page app using SuperLogin, AngularJS, and PouchDB | ||||||||||
Votr Part4 | 29 | 9 years ago | JavaScript | |||||||
Building a Real-time SMS Voting App Part 4: Adding a Front-end with AngularJS | ||||||||||
Ngtodopouch | 22 | 9 years ago | 1 | JavaScript | ||||||
Yet another Todo Tutorial using AngularJS and PouchDb | ||||||||||
Angular Hapi Couch | 18 | 9 years ago | JavaScript | |||||||
Application using angular.js, hapi.js API server and CouchDB for resources. | ||||||||||
Angular Simplecouch | 17 | 1 | 8 years ago | February 22, 2021 | mit | JavaScript | ||||
An angularjs simple couchdb client | ||||||||||
Js.howtocode.dev | 14 | 3 years ago | ||||||||
জাভাস্ক্রিপ্ট ল্যাঙ্গুয়েজের এর ব্যাসিক, অ্যাডভান্স এবং বেস্ট প্র্যাকটিস - বাংলায় | ||||||||||
Customerservice | 13 | 10 years ago | apache-2.0 | JavaScript | ||||||
A small demonstration showing the power of CouchDB and AngularJS |
CornerCouch - AngularJS module for CouchDB
Make sure to check the Wiki on GitHub for more information
See an example on my IrisCouch or access the same data cross-site (JSONP or CORS) from my web site
CornerCouch wraps the CouchDB core http APIs for documents, attachments, views, and sessions in three JavaScript object classes: CouchServer, CouchDB, and CouchDoc. The 'CornerCouch' module exposes a single resource 'cornercouch', which is the factory for CouchServer objects. CouchDoc is an inner class of CouchDB and CouchDoc objects are automatically associated with a database.
On the Angular side CornerCouch relies on $http, providing a higher level http/REST interface of its own, separate from $resource. Its sole dependency is the core AngularJS 'ng' module. jQuery is not required and not utilized.
CornerCouch has been developed based on Angular.js 1.0.3 and CouchDB 1.2.0. The upload of attachments depends on the HTML5 File API and does not support IE9 or older.
Several small fixes identified by the expanded sample application
Bug (typo) in CouchDoc.detach(name) fixed, test now included in sample app on IrisCouch.
Thanks to Reece Lewellen for finding it and providing the fix.