https://github.com/1ambda/zeppelin-translator-spell
Google Translator Spell for Apache Zeppelin
https://github.com/1ambda/zeppelin-translator-spell
helium spell zeppelin
Last synced: 2 months ago
JSON representation
Google Translator Spell for Apache Zeppelin
- Host: GitHub
- URL: https://github.com/1ambda/zeppelin-translator-spell
- Owner: 1ambda
- Created: 2017-03-05T03:23:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T07:51:25.000Z (about 8 years ago)
- Last Synced: 2025-01-19T10:25:48.673Z (4 months ago)
- Topics: helium, spell, zeppelin
- Language: JavaScript
- Size: 149 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## zeppelin-translator-spell
Translate text using Google Translator API
## Usage
1. Set `access-token` value for **zeppelin-translate-spell** in `#helium` page
2. Execute spell :) `%translator source=en target=es Hello!`See also
- [How to create **access-token**](https://cloud.google.com/translate/docs/getting-started)
- [Google Translate API Doc: **Language Support**](https://cloud.google.com/translate/docs/languages)## Screenshots

## Example Paragraph for Testing
```
%translator source=en target=esHi! This is new spell using Google translate API :)
```Then, you will see `¡Hola! Esto es nuevo hechizo utilizando Google Translate API :)`
# License
- Apache 2.0
- Icon from [Icons8.com](https://icons8.com/web-app/1301/globe)