@bedsheets/rest-server

Turn Google Sheets into a quick & dirty RESTful DB

Usage no npm install needed!

<script type="module">
  import bedsheetsRestServer from 'https://cdn.skypack.dev/@bedsheets/rest-server';
</script>

README

@bedsheets/rest-server

A supporting package for Bedsheets (see main Github), a Node.js proxy for turning Google Sheets into a quick & dirty RESTful DB.

REST Server

This is an HTTP server that exposes the operations from @bedsheets/google-sheets-dal in a RESTful way (eg. translating the append operation into POST requests).