Skip to content

rkunnamp/closure-library

This branch is 4266 commits behind google/closure-library:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

16fe928 · Apr 25, 2016
Apr 25, 2016
Feb 4, 2016
Feb 9, 2016
Apr 8, 2016
Aug 28, 2015
Jan 12, 2016
Mar 10, 2016
Feb 13, 2016
Apr 12, 2011
Feb 17, 2016
Aug 8, 2013
Apr 25, 2016
Jan 4, 2016
Mar 28, 2016
Sep 22, 2015
Feb 23, 2016
Nov 5, 2015

Repository files navigation

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();

About

Google's common JavaScript library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.1%
  • HTML 6.9%
  • CSS 0.6%
  • Python 0.4%
  • Shell 0.0%
  • Emacs Lisp 0.0%