You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Christian Lenz (JIRA)" <ji...@apache.org> on 2018/11/19 17:41:00 UTC

[jira] [Created] (NETBEANS-1709) Make the search against the repo instead of npm search

Christian Lenz created NETBEANS-1709:
----------------------------------------

             Summary: Make the search against the repo instead of npm search
                 Key: NETBEANS-1709
                 URL: https://issues.apache.org/jira/browse/NETBEANS-1709
             Project: NetBeans
          Issue Type: Improvement
          Components: javascript - Node.js
    Affects Versions: Next
            Reporter: Christian Lenz


Searching npm packages to add them to the project uses "npm search _query_" to search for packages. I think it could be better to make the search against this url: https://www.npmjs.com/search?q=angular. I think that can improve the performance a bit of make a call against an URL, and parse the result. I think they also have a REST API to get all the information with JSON as result. I did a research months ago.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists