代码改变世界

一些开源的Google项目

2010-11-23 22:10  小寇子  阅读(466)  评论(1)    收藏  举报

1.Google Chart Tools

   http://code.google.com/apis/charttools/

 

  • A rich gallery of visualizations provided as:
    • Image charts - using a simple URL request to a Google chart server
    • Interactive charts - using a Google developed JavaScript library
  • Can read live data from a variety of data sources
  • Simple to use and free 

 2.Google Talk for Developers

   http://code.google.com/apis/talk/index.html

   Google Talk is an instant messaging service built on open protocols. Google has opened its IM service so that you can hook your own client applications into the Google Talk service, or you can connect (federate) your service with ours.

3.Google Java Developer Tools

  http://code.google.com/javadevtools/

 

4.Google Libraries API

 http://code.google.com/apis/libraries/ 

The Libraries API is a content distribution network and loading architecture for the most popular, open-source JavaScript libraries. Using the Google API Loader's google.load() method increases your application's speed while providing access to a growing list of the most popular, open-source JavaScript libraries, including:

5.Google Spreadsheets API 

http://code.google.com/apis/spreadsheets/

The Google Spreadsheets API allows client applications to programmatically access and manipulate user data stored in Google Spreadsheets. Here are some of the things you can do with the API:

Spreadsheets

Worksheets

Tables & Records

Lists & Cells

While the Spreadsheets API can be used to create and retrieve data in Google Spreadsheets, it cannot be used to create spreadsheets or manage their permissions. For that, you can use the Google Documents List API

6.  Google Documents List API

http://code.google.com/apis/documents/ 

The Google Documents List API allows client applications to programmatically access and manipulate user data stored with Google Documents. Here are some of the things you can do with the API: 

 

Discovery

Download

Sharing (ACLs)

Create/upload/copy documents

Revisions

File documents 

Spreadsheets