0.0.0 • Published 10 months ago

@dragonaxe/recapcha v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Summary

A backend service for recaptcha.

Usage

. Set the proper configurations:

package name, private or public, keywords, url, version, etc.

. Build:

npm run build

. Login to npmjs.org (if using npmjs and publishing from the local machine):

npm login

. Or set the npm and github tokens (if publishing from Github):

NPM_TOKEN

. Publish (if publishing from the local machine):

npm publish --access=public