Initial Release

This commit is contained in:
2023-04-18 19:31:45 +01:00
parent d8a9f1325c
commit 84b22cb929
5 changed files with 143 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "google-sheets-rate-assistant",
"version": "0.0.1",
"main": "index.js",
"scripts": {
"run": "node index.js"
},
"author": "",
"license": "ISC",
"description": "Assists in keeping requests under the free rate limit for applications such as vMix.",
"dependencies": {
"google-spreadsheet": "^3.3.0"
}
}