GithubHelp home page GithubHelp logo

koba04 / closure-library Goto Github PK

View Code? Open in Web Editor NEW

This project forked from google/closure-library

0.0 3.0 0.0 103.74 MB

Google's common JavaScript library

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

License: Apache License 2.0

HTML 5.49% JavaScript 93.58% Python 0.36% Emacs Lisp 0.01% Shell 0.05% CSS 0.50% Batchfile 0.01%

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

closure-library's People

Contributors

blickly avatar brad4d avatar chadkillingsworth avatar concavelenz avatar daneshii avatar dankurka avatar dimvar avatar dominator008 avatar ducklord avatar elemoine avatar gfredericks avatar gkdn avatar joeltine avatar kevinoconnor7 avatar lauraharker avatar martinkretzschmar avatar martone avatar matrixfrog avatar mknichel avatar nanaze avatar nbeloglazov avatar nicks avatar pauldraper avatar rpelizzi avatar shicks avatar slaks avatar teppeis avatar vrana avatar xtofian avatar znegl avatar

Watchers

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