Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Next
-
None
-
None
Description
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.