Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodneylab/gatsby-cloud-functions-recaptcha
Example site showing how Gatsby Cloud Functions can be used with an accessible reCAPTCHA.
https://github.com/rodneylab/gatsby-cloud-functions-recaptcha
axios formik gatsby gatsby-cloud gatsby-cloud-functions gatsby-functions gatsbycloud mdx mdx-gatsby nodemailer react recaptcha recaptcha-v3 serverless
Last synced: 28 days ago
JSON representation
Example site showing how Gatsby Cloud Functions can be used with an accessible reCAPTCHA.
- Host: GitHub
- URL: https://github.com/rodneylab/gatsby-cloud-functions-recaptcha
- Owner: rodneylab
- License: bsd-3-clause
- Created: 2021-06-07T13:40:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T17:55:26.000Z (over 3 years ago)
- Last Synced: 2024-11-11T00:34:20.166Z (3 months ago)
- Topics: axios, formik, gatsby, gatsby-cloud, gatsby-cloud-functions, gatsby-functions, gatsbycloud, mdx, mdx-gatsby, nodemailer, react, recaptcha, recaptcha-v3, serverless
- Language: JavaScript
- Homepage:
- Size: 1.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Gatsby Cloud Functions reCAPTCHA[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/rodneylab/gatsby-cloud-functions-recaptcha)
Example site showing how finished product should look if you follow along my tutorial on using Gatsby Cloud Functions to create a contact form. We use a silent reCAPTCHA, which is more accessible and less annoying than traditional CAPTCHAs. We also use Formik to create an accessible form and nodemailer to send the details to you, using the serverless function.
If you have questions, please drop a comment at the bottom of that page. Hope you find this useful,
Rodney