All Projects → tanaikech → Google-Apps-Script-Library-Database

tanaikech / Google-Apps-Script-Library-Database

Licence: MIT license
This is for the Google Apps Script Library Database and a web application for searching the libraries..

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to Google-Apps-Script-Library-Database

Djangorestframework Queryfields
Allows clients to control which fields will be sent in the API response
Stars: ✭ 170 (+233.33%)
Mutual labels:  libraries
Awesome Haxe Gamedev
Resources for game development on haxe
Stars: ✭ 213 (+317.65%)
Mutual labels:  libraries
Aboutlibraries
AboutLibraries automatically detects all dependencies of a project and collects their information including the license. Optionally visualising it via the provided ui components.
Stars: ✭ 2,777 (+5345.1%)
Mutual labels:  libraries
Sifrr
⚡️ Set of tiny, independent libraries for creating modern and fast webapps with javascript/typescript
Stars: ✭ 174 (+241.18%)
Mutual labels:  libraries
Awesome Embedded Rust
Curated list of resources for Embedded and Low-level development in the Rust programming language
Stars: ✭ 2,805 (+5400%)
Mutual labels:  libraries
Archivesspace
The ArchivesSpace archives management tool
Stars: ✭ 230 (+350.98%)
Mutual labels:  libraries
Solcrypto
Solidity crypto libraries, ring signatures, proof of knowledge, packed signatures etc. with matching Python implementations for secp256k1 and (alt)BN-256
Stars: ✭ 170 (+233.33%)
Mutual labels:  libraries
RunAll
This is a library for running the concurrent processing using only native Google Apps Script (GAS).
Stars: ✭ 55 (+7.84%)
Mutual labels:  gas-library
Unbescape
Advanced yet easy to use escaping library for Java
Stars: ✭ 207 (+305.88%)
Mutual labels:  libraries
Sensey
⚡ [Android Library] Play with sensor events & detect gestures in a breeze.
Stars: ✭ 2,621 (+5039.22%)
Mutual labels:  libraries
Awesome Scala Native
Compilation of Scala Native resources and libraries
Stars: ✭ 175 (+243.14%)
Mutual labels:  libraries
Spellbook Of Modern Webdev
A Big Picture, Thesaurus, and Taxonomy of Modern JavaScript Web Development
Stars: ✭ 13,450 (+26272.55%)
Mutual labels:  libraries
Indicnlp catalog
A collaborative catalog of resources for Indian language NLP
Stars: ✭ 230 (+350.98%)
Mutual labels:  libraries
Jitpack.io
Documentation and issues of https://jitpack.io
Stars: ✭ 2,156 (+4127.45%)
Mutual labels:  libraries
awesome-libraries
😎 Libraries that are being shown in Sourcerer profiles.
Stars: ✭ 131 (+156.86%)
Mutual labels:  libraries
Vcpkg
C++ Library Manager for Windows, Linux, and MacOS
Stars: ✭ 14,449 (+28231.37%)
Mutual labels:  libraries
Rust Web Framework Comparison
A comparison of some web frameworks and libs written in Rust
Stars: ✭ 2,852 (+5492.16%)
Mutual labels:  libraries
HackTheStacks
The 3rd Annual American Museum of Natural History Hackathon produced by the BridgeUP: STEM program
Stars: ✭ 32 (-37.25%)
Mutual labels:  libraries
CoolProgressViews
Android library with collection of cool progress views.
Stars: ✭ 83 (+62.75%)
Mutual labels:  libraries
Api
Promise and RxJS APIs around Polkadot and any Substrate-based chain RPC calls. It is dynamically generated based on what the Substrate runtime provides in terms of metadata. Full documentation & examples available
Stars: ✭ 232 (+354.9%)
Mutual labels:  libraries

Google Apps Script Library Database

MIT License

Overview

This is for the Google Apps Script Library Database.

Description

Since Google Apps Script was released on August 19th, 2009, it is used by a lot of users. Ref1, Ref2 By this, now there are a lot of useful libraries of Google Apps Script (GAS) in all over the world. But when I want to search a GAS library, I always use Google search engine. Unfortunately, in the current stage, the libraries cannot be directly searched by a database. On January 11th, 2020, a proposal for the database of Google Apps Script Library has been proposed by Andrew Roberts. Ref3 When I have discussing about this with him, I thought that I tried to think of a sample database. So I prepared this.

In the current stage, this is a sample database, yet. I would like to close to a goal for achieving the Google Apps Script Library Database by thinking and discussing.

When this became one of materials for leading the direction for achieving the Google Apps Script Library Database, I'm glad.

Search application

  • You can search the GAS libraries using this database at Search Google Apps Script Libraries.

    • I thought that when GitHub repository is used as the database and the GAS libraries are searched by HTML and Javascript, it might be useful.

    • When you can add new GAS libraries to this database, please add them using this Google Form by Andrew Roberts.

Future developments

  • In the current stage, a file including JSON objects of GAS libraries is put in this repository. The GAS library is searched using this file as the database. When the structure of JSON object for GAS library and the format of the file are decided, I would like to increase the number of data.

  • At the current search application, the library is searched. As the next step, I would like to think of the installer of the searched library to Google Apps Script project. For this, I hope for being added Google Apps Script API to Advanced Google services.

    • In the current workaround, the GAS library can be installed by the script using ManifestsApp.

Licence

MIT

Author

Tanaike

If you have any questions and commissions for me, feel free to tell me.

Update History

  • v1.0.0b (February 17, 2020)

    1. Initial release as a sample.
  • v1.0.0 (March 12, 2020)

    1. An application for searching GAS libraries from the database was completed. By this, the script is published.
  • v1.0.1 (May 26, 2020)

    1. Added the duplicate checker.
  • v1.0.2 (February 1, 2022)

    1. I noticed that the sheet ID of sheet of Andrew Roberts had been changed. So I used the sheet name of "Libraries" instead of the sheet ID.

TOP

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].