Git Product home page Git Product logo

ggsheet-server's Introduction

ggsheet-server

This is a small project to play around with google sheet api, RESTFul apis and mongodb.

It allows user to save their google sheet data in database and to quickly search any text/pattern over all of their sheets

RESTful endpoints:

Method Endpoint Bearer authorization Header Request body Response
POST /spreadsheet access_token {gmail} All spreadsheets metadata of gmail user in our database
POST /spreadsheet/:spreadsheetid access_token {gmail} Specific spreadsheet metadata of gmail user in our database
POST /spreadsheet/sync access_token {gmail, spreadsheetId} Synchronized spreadsheet in database with the one on google sheet
POST /spreadsheet/query access_token {gmail, queryString, spreadsheetId, titleSheet(optional)} All rows in google sheet that contain the query text
POST /spreadsheet/:spreadsheetid/sheet/:sheetid acces_token {gmail} Specific sheet data
DELETE /spreadsheet/:spreadsheetid/sheet/:sheetid/delete access_token {gmail} Deleted sheet data

ggsheet-server's People

Contributors

kutycoi123 avatar jaggux avatar

Forkers

jaggux

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.