form-to-google
Version:
Easily connect your website's HTML form to a Google Form and Google Sheets.
23 lines (22 loc) • 548 B
JSON
{
"name": "form-to-google",
"version": "1.0.1",
"description": "Easily connect your website's HTML form to a Google Form and Google Sheets.",
"main": "src/index.js",
"scripts": {
"test": "echo \"No tests yet\""
},
"keywords": [
"form",
"google-form",
"google-sheets",
"html-form",
"form-to-google"
],
"author": "sanin-mn",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sanin-mn/form-to-google.git"
}
}