Skip to content

ianloic/google-ajax-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google AJAX APIs from a server:

Here's a little example code for doing Google AJAX API calls from a server.
Right now it's just a proof of concept using Rhino.

Here's what we've got:
  env.js - John Resig's "good enough browser/DOM environment"
  ajax-environment.js - My additional bits of browser/DOM that were needed
  language-api.js, feeds-api.js, search-api.js - examples
  js.jar - Rhino 1.7R1

To run them you do something like this:
  java -jar js.jar -debug language-api.js

js.jar is part of Rhino, under the GPL and LGPL I think
env.js is copyright John Resig and MIT licensed
the reset are copyright Ian McKellar and MIT licensed

About

Accessing Google AJAX APIs from server code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published