Skip to content

Instantly share code, notes, and snippets.

View adist98's full-sized avatar

Aditya Soni adist98

  • Bangalore, India
View GitHub Profile
@adist98
adist98 / GoogleFormsApi&ClickupApi.js
Created April 14, 2021 18:40
This code was written to create clickUp tasks automatically based off of entries in google form. The idea is to manage stuff in a structural manner and keep a record accordingly.
// coded and assembled by adist98
const fs = require('fs');
const readline = require('readline');
const {google} = require('googleapis');
const { fileURLToPath } = require('url');
// If modifying these scopes, delete token.json.
const SCOPES = ['https://www.googleapis.com/auth/spreadsheets.readonly'];
// The file token.json stores the user's access and refresh tokens, and is
// created automatically when the authorization flow completes for the first

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database