Skip to content

sejas/Smultrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

Traductor de Smultron usando la api de GOOGLE translator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages