https://github.com/rasmi/translate-extension
https://github.com/rasmi/translate-extension
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rasmi/translate-extension
- Owner: rasmi
- Created: 2015-07-31T18:58:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T20:16:03.000Z (almost 10 years ago)
- Last Synced: 2025-01-28T10:18:27.898Z (6 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# translate-extension
## Develop
The server is developed for Python 2.7. Virtualenv is not necessary but is nice to create a separate Python environment for installing just the modules needed for the server.
```
virtualenv serverenv
source serverenv/bin/activate
```Then, install required packages:
```
pip install -r requirements.txt
```Then, run the server:
```
python server.py
```Install the extension in Chrome, then click Translate. Watch the server output to see data is being received and sent to the API. Click Stop to just wait for a response.