GithubHelp home page GithubHelp logo

nhunzaker / closure-library Goto Github PK

View Code? Open in Web Editor NEW

This project forked from google/closure-library

0.0 1.0 0.0 186.58 MB

Google's common JavaScript library

Home Page: code.google.com/closure/library/

License: Apache License 2.0

HTML 3.26% JavaScript 95.80% Python 0.31% Emacs Lisp 0.01% Shell 0.06% CSS 0.41% Batchfile 0.01% TypeScript 0.14%

closure-library's Introduction

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.

closure-library's People

Contributors

12wrigja avatar blickly avatar brad4d avatar chadkillingsworth avatar concavelenz avatar daneshii avatar dimvar avatar ducklord avatar eatingw avatar gkdn avatar joeltine avatar kevinoconnor7 avatar kjin avatar koto avatar lauraharker avatar lukesandberg avatar martinkretzschmar avatar martone avatar nanaze avatar nbeloglazov avatar nreid260 avatar rpelizzi avatar sergejsalnikov avatar shicks avatar slaks avatar teppeis avatar tjgq avatar vrana avatar wenbozhu avatar xtofian avatar

Watchers

 avatar

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.