1.0.1 • Published 2 years ago

codehelp v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

CodeHelp

This package enables developers to search for documentation relevant to their current app.

codehelp 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
1.0.1

2 years ago

1.0.0

2 years ago