All Projects β†’ google β†’ Closure Library

google / Closure Library

Licence: apache-2.0
Google's common JavaScript library

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Starlark
911 projects
CSS
56736 projects
typescript
32286 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Closure Library

Hosts
πŸ—½ζœ€ζ–°ε―η”¨ηš„google hostsζ–‡δ»Άγ€‚ε›½ε†…ι•œεƒοΌš
Stars: ✭ 16,731 (+289.64%)
Mutual labels:  google
Katana
A Python Tool For google Hacking
Stars: ✭ 355 (-91.73%)
Mutual labels:  google
Mymovies
A Flutter app which shows a list of popular movies.
Stars: ✭ 371 (-91.36%)
Mutual labels:  google
Oauth
πŸ”— OAuth 2.0 implementation for various providers in one place.
Stars: ✭ 336 (-92.18%)
Mutual labels:  google
Core Nestjs
A simple application demonstrating the basic usage of permissions with NestJS (JWT, Passport, Facebook, Google+, User, Group, Permission)
Stars: ✭ 347 (-91.92%)
Mutual labels:  google
Material Foundation
Material Design version of Foudation for Sites by Zurb
Stars: ✭ 361 (-91.59%)
Mutual labels:  google
Fake Gcs Server
Google Cloud Storage emulator & testing library.
Stars: ✭ 316 (-92.64%)
Mutual labels:  google
Figma To Google Slides
Convert Figma frames into a Google Slides presentation 🍭
Stars: ✭ 385 (-91.03%)
Mutual labels:  google
Google Translate
ηΏ»θ―‘ε·₯ε…· ζ”―ζŒη½‘ι‘΅ηΏ»θ―‘ε’Œζ–‡ζœ¬ηΏ»θ―‘
Stars: ✭ 356 (-91.71%)
Mutual labels:  google
Gifee
Google's Infrastructure for Everyone Else
Stars: ✭ 370 (-91.38%)
Mutual labels:  google
Vehicle In Motion
This is a basic implementation of location listener using Google Maps Api
Stars: ✭ 339 (-92.11%)
Mutual labels:  google
Gmscore
Free implementation of Play Services
Stars: ✭ 4,356 (+1.44%)
Mutual labels:  google
Arrayy
πŸ—ƒ Array manipulation library for PHP, called Arrayy!
Stars: ✭ 363 (-91.55%)
Mutual labels:  closure
Google Ips
πŸ‡ΊπŸ‡Έ Google 全球 IP εœ°ε€εΊ“
Stars: ✭ 3,369 (-21.54%)
Mutual labels:  google
Android Io18
A summary of all the important Android related launches, talks, discussions at the Google I/O 2018
Stars: ✭ 373 (-91.31%)
Mutual labels:  google
Hoobs
Build your Smart Home with HOOBS. Connect over 2,000 Accessories to your favorite Ecosystem.
Stars: ✭ 325 (-92.43%)
Mutual labels:  google
Hackathon Toolkit
GCP Hackathon Toolkit
Stars: ✭ 358 (-91.66%)
Mutual labels:  google
Gravity
Gravity Programming Language
Stars: ✭ 3,968 (-7.59%)
Mutual labels:  closure
Socialphish
The most complete Phishing Tool, with 32 templates +1 customizable
Stars: ✭ 378 (-91.2%)
Mutual labels:  google
Raccoon4
APK Downloader for Google Play
Stars: ✭ 369 (-91.41%)
Mutual labels:  google

Closure Library Build Status

Closure Library is a powerful, low-level JavaScript library designed for building complex and scalable web applications. It is used by many Google web applications, such as Google Search, Gmail, Google Docs, Google+, Google Maps, and others.

For more information, visit the Google Developers or GitHub sites.

Download the latest stable version on our releases page.

Developers, please see the Generated API Documentation.

See also the goog.ui Demos

Using with Node.js

Install the official package from npm.

npm install google-closure-library

Require the package and use goog.require normally.

require("google-closure-library");

goog.require("goog.crypt.Sha1");

var sha1 = new goog.crypt.Sha1();
sha1.update("foobar");
var hash = sha1.digest();

Contributing

Please read the CONTRIBUTING for details on how to contribute to this project.

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].