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

[WIP]Use npmjs.com api to fetch package metadata #85

Closed
wants to merge 1 commit into from

Conversation

sinchang
Copy link
Contributor

closes #74

remove package downloads info, because of npmjs.com API don't provide.

@vercel
Copy link

vercel bot commented Dec 21, 2018

This pull request is automatically deployed with Now.
To access deployments, click Details below or on the icon next to each push.

@sinchang sinchang changed the title Use npmjs.com api to fetch package metadata [WIP]Use npmjs.com api to fetch package metadata Dec 21, 2018
@timothyis
Copy link
Contributor

Looks like npm has an API for getting download counts: https://github.com/npm/registry/blob/master/docs/download-counts.md
Would you be able to incorporate this?

@sinchang
Copy link
Contributor Author

can't call npmjs.org API from the client, so close this PR. reason: npm/npm-registry-couchapp#108

@sinchang sinchang closed this Dec 21, 2018
@sinchang sinchang deleted the patch-1 branch December 30, 2018 14:28
@vadzim
Copy link

vadzim commented Apr 16, 2020

For visitors:
You can use unpkg (https://unpkg.com/) instead of https://npmjs.com/
Unpkg is a CDN and sets CORS

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

Successfully merging this pull request may close these issues.

Limited activity on API providing package metadata
3 participants