Backend of the Big Shared Notepad

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

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