Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rednaks/translater
This project is a tester of Alex API (google translate alternative API)
https://github.com/rednaks/translater
Last synced: about 2 months ago
JSON representation
This project is a tester of Alex API (google translate alternative API)
- Host: GitHub
- URL: https://github.com/rednaks/translater
- Owner: rednaks
- Created: 2012-06-20T12:20:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-19T08:24:19.000Z (over 12 years ago)
- Last Synced: 2024-04-15T12:23:03.833Z (9 months ago)
- Language: C
- Homepage:
- Size: 122 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This project is an application using the Alex Bm API (Google translate alternative API) uploaded in the github
https://github.com/njaguard/TranslaterRequired :
make sure to install libcure
if you are under Ubuntu please check the existance of this library with this command :
----->pkg-config --list-all | grep -i curl
----->
if there is no result please install the paquage with this command :
----->apt-get install libcurl
----->Compilation :
run this command before execution
----->make
----->
ENJOY !