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

[catalog-server] Bootstrapping packages #1353

Open
justinfagnani opened this issue Oct 6, 2022 · 0 comments
Open

[catalog-server] Bootstrapping packages #1353

justinfagnani opened this issue Oct 6, 2022 · 0 comments
Assignees
Labels
New Site Issues for the rewrite of the site and catalog.

Comments

@justinfagnani
Copy link
Collaborator

We need to have the catalog do an initial search / crawl of packages with custom elements manifests. We can try to find such packages in a few ways:

  1. Include a hard-coded list of packages that we know have custom elements
  2. Search npm for keywords like "web components", "custom elements", etc via the search endpoint.
  3. Scrape the list of packages that depend on well-known web component libraries like Lit, Stencil, Polymer, FAST, LWC, etc. There doesn't appear to be a registry API for this.
@justinfagnani justinfagnani added the New Site Issues for the rewrite of the site and catalog. label Oct 6, 2022
@justinfagnani justinfagnani self-assigned this Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Site Issues for the rewrite of the site and catalog.
Projects
None yet
Development

No branches or pull requests

1 participant