Backend of the Big Shared Notepad

mishaor2005 7b60fd9a9a Added Prompt module 7 年之前
.gitignore 7098c46d37 Added app-specific ignores to .gitignore file 7 年之前
LICENSE ece89e9acd Initial commit 7 年之前
README.md 385cc271ba Added code styling rules 7 年之前
index.js db07d62e22 Finally told myself to place semicolons at the end of any JS lines. 7 年之前
init.js db07d62e22 Finally told myself to place semicolons at the end of any JS lines. 7 年之前
package-lock.json 7b60fd9a9a Added Prompt module 7 年之前
package.json 7b60fd9a9a Added Prompt module 7 年之前

README.md

Notekeeper

Backend of the Big Shared Notepad

Contribution

Code Style

  • Any fixed API responses should be strings
  • Any dynamical (responses that uses JS variables\methods\properties) API responses should be objects converted to strings