Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rasmi/translate-extension
https://github.com/rasmi/translate-extension
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rasmi/translate-extension
- Owner: rasmi
- Created: 2015-07-31T18:58:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T20:16:03.000Z (over 9 years ago)
- Last Synced: 2024-04-23T22:23:28.733Z (9 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.