Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

registry #1

Closed
dylang opened this issue Sep 9, 2014 · 6 comments
Closed

registry #1

dylang opened this issue Sep 9, 2014 · 6 comments

Comments

@dylang
Copy link

dylang commented Sep 9, 2014

return $http.jsonp('http://isaacs.iriscouch.com/registry/_design/scratch/_view/byField', {

This is probably not up to date anymore and might be going away soon.

The new skimdb registy is at https://registry.npmjs.org/, though I don't know how to find the same view.

@anvaka
Copy link
Owner

anvaka commented Sep 9, 2014

Yes, I would love to.Unfortunately registry.npmjs.org does not currently support

jsonp - npm/npm-registry-couchapp#157
or CORS - npm/npm-registry-couchapp#108

I hope @isaacs can get to it sooner than iriscouch endpoint gets deprecated...

@connyay
Copy link

connyay commented Sep 10, 2014

@anvaka Hacked together a proxy if you want to use it while you wait for official jsonp / cors support.

example usage:

http://npmjsonp.herokuapp.com/?path=-%2F_view%2FbyField%3Fcallback%3Dfoo%26limit%3D10

or

http://npmjsonp.herokuapp.com/?path=-%2F_view%2FbyField%3Fcallback%3Dfoo%26limit%3D10&callback=wut

Spent very little time on it, so it could be complete shit. You can check it out here

@anvaka
Copy link
Owner

anvaka commented Sep 10, 2014

Thank you!

On Sep 9, 2014, at 5:49 PM, Connor Hindley [email protected] wrote:

@anvaka Hacked together a proxy if you want to use it while you wait for official jsonp / cors support.

example usage:

http://npmjsonp.herokuapp.com/?path=-%2F_view%2FbyField%3Fcallback%3Dfoo%26limit%3D10
or

http://npmjsonp.herokuapp.com/?path=-%2F_view%2FbyField%3Fcallback%3Dfoo%26limit%3D10&callback=wut
Spent very little time on it, so it could be complete shit. You can check it out here


Reply to this email directly or view it on GitHub.

@anvaka
Copy link
Owner

anvaka commented Nov 6, 2014

@isaacs
Copy link

isaacs commented Nov 7, 2014

The IrisCouch url has not been valid since February 2014. Please stop using it. The official supported CouchDB endpoint is https://skimdb.npmjs.com

@anvaka
Copy link
Owner

anvaka commented Nov 7, 2014

Thank you @isaacs . https://skimdb.npmjs.com does not support CORS or JSONP, which disable client-side only implementation of this http://npm.anvaka.com/#/view/2d/npm

If only it was supporting CORS, I'd be the happiest man in the world :)!

@anvaka anvaka closed this as completed in d45e581 Feb 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants