GeoCouch support in Node.js

85 Views Asked by At

I would like to use [GeoCouch](https://github.com/couchbase/geocouch/) and CouchDB with Node.js and just wondering whether

are supporting GeoCouch views?

1

There are 1 best solutions below

0
Dominic Barnes On

It looks like nano supports extensions, I could not find an equivalent in cradle's documentation.

In particular, this is the internal function that is being used. It looks like you can just pass in parameters like path to set a custom URL. (I don't know much about GeoCouch, so I can't give specifics)

If you do end up writing up a good collection of helper functions that other nano users could benefit from, consider publishing it on npm. (maybe named nano-geocouch?)