Skip to content

Instantly share code, notes, and snippets.

@taterbase
Created July 14, 2012 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taterbase/3112351 to your computer and use it in GitHub Desktop.
Save taterbase/3112351 to your computer and use it in GitHub Desktop.
NPM search api
Let 'a' be equal to the character or string you wish to search for.
http://search.npmjs.org/_list/search/search?startkey=%22a%22&endkey=%22aZZZZZZZZZZZZZZZZZZZ%22&limit=25
For example, if you wish to search for packages regarding websockets:
http://search.npmjs.org/_list/search/search?startkey=%22websocket%22&endkey=%22websocketZZZZZZZZZZZZZZZZZZZ%22&limit=25
@pketh
Copy link

pketh commented Jan 13, 2016

is http://search.npmjs.org still a thing? I get dns errors on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment