GitXplorerGitXplorer
s

Smultrator

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
55c857683a1134d1f8b41598a9e89a2c4f6d9e2a

incluyo descripcion de idiomas aceptados cunado se pasa la variable ?info

ssejas committed 13 years ago
Unverified
001bf5483a5617fe86f29fccd7ae44e6f4eeea49

funcionalidad basica, falta incluir tu codigo de api

ssejas committed 13 years ago

README

The README file for this repository.

Autor: Antonio Sejas Uri: http://antonio.sejas.es License: (cc) Antonio Sejas

//LLAMADA: http://antonio.sejas.es/proyectos/google/traductor/?texto=hobbies&from=en&to=es&json //LLAMADA: http://antonio.sejas.es/proyectos/google/traductor/?texto=hobbies&from=en&to=es //LLAMADA: http://antonio.sejas.es/proyectos/google/traductor/?texto=hobbies //VIA:http://code.google.com/intl/es-ES/apis/language/translate/v2/using_rest.html

/*EJemplo respuesta de google JSON { "data": { "translations": [ { "translatedText": "Hallo Welt" } ] } } */

//////////////GIT git remote add origin git@github.com:antoniosejas/Smultrator.git git push -u origin master