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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to