Git Product home page Git Product logo

clerk's People

Contributors

mikepb avatar rwilliams avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

slaskis

clerk's Issues

Create home page for clerk

I created clerk around the same time as the nano CouchDB client project started, but didn't market the project at all. Now, nano forms the basis of the Cloudant library and there's talk about adopting nano as the official CouchDB client for JS.

Needless to say, I'm biased towards preferring the clerk API over nano. I think that creating a nice page for promoting and documenting clerk would improve usability and adoption.

If you'd like to help, please let me know!

P.S. Clerk got picked up on the CouchDB Blog ๐Ÿ˜ƒ
http://blog.couchdb.org/2015/02/03/couchdb-weekly-news-february-03-2015/

Browser tests fail when requiring Authentication

Numerous tests fail with a database that requires authentication. I'm not sure if CouchDB likes the xhr auth. I had success converting the auth info into in a Basic Auth header instead of using the xhr user and pass.

Better support for following the updates feed

The node version of the library uses follow to implement reliable feed subscription. I would like to remove this dependency to allow clerk to be fully supported across node and the browser.

The follow feed listener is designed at a higher level of abstraction than the clerk library. It may be better to create an extension library to keep the core library tight.

  • Determine the minimum necessary functionality for reliable subscriptions to the updates feed.
  • Design an API suitable for clerk or as an extension.
  • Code and test the stuff.

Node 0.6.x support

Hey,

Just for completeness I figured I'd post an issue to ask you to set "node": "0.4.x || 0.6.x" in your package.json so we can enjoy this fine-looking module through npm.

It already passes all the tests with Node 0.6.3.

JSON.parse fails on db.head() when document is missing

Maybe it's only when I was mucking about with a design document, but the HEAD-request didn't give an error so it failed on this line trying to JSON.parse undefined.

I 'fixed it' by changing that particular line to this:

        rev: JSON.parse(headers.etag||'""'),

I should probably fork and give you pull requests. But this was so tiny, so...next time! :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.