searchcode
v1.0.2
Published
Search for information relevant to your project's code
Downloads
2
Readme
SearchCode
This package enables developers to search for documentation relevant to their current app.
searchcode angular form validator email
This command indexes their project's package.json
file, then opens our app in the browser, passing
the app information as an encoded string.
Our app:
- decodes the string
- posts the package json and search query to our API
- our api matches the search string to the relevant packages
- if the package info does not exist in our system we fetch info about the version from npm