gas-table

0.0.2 • Public • Published

GAS-Table

Table module provides CRUD like interface and JSON based data handling with Google Spreadsheet.

Example

const Users = new Table('<YOUR_SPREADSHEET_ID>',123456);
Users.add({ name : 'John Smith', age : 20});
 
const user = Users.get(1);
user.age = 21;
Users.update(user);

Readme

Keywords

Package Sidebar

Install

npm i gas-table

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

9.16 kB

Total Files

3

Last publish

Collaborators

  • awa2