Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mskian/tamil-words
Tamil words Collections with English Meaning - API and SQL Data.
https://github.com/mskian/tamil-words
api data javascript json json-api mysql pdo php sql tamil tamil-language tamil-sms tamilwords translate translator
Last synced: 13 days ago
JSON representation
Tamil words Collections with English Meaning - API and SQL Data.
- Host: GitHub
- URL: https://github.com/mskian/tamil-words
- Owner: mskian
- License: mit
- Created: 2020-12-30T07:35:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-13T06:43:46.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T22:48:42.896Z (2 months ago)
- Topics: api, data, javascript, json, json-api, mysql, pdo, php, sql, tamil, tamil-language, tamil-sms, tamilwords, translate, translator
- Language: PHP
- Homepage:
- Size: 78.1 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tamil Words
![Translate test](https://github.com/mskian/tamil-words/workflows/Translate%20test/badge.svg)
Tamil words Collections with English Meaning.
## Setup
- Setup Translate API
```sh
cd public
composer install
```- Setup Store for Pull the data into Database
```sh
cd store
yarn
```## API
- English to Tamil
```html
http://localhost:6001/translate.php?word=example
``````json
[{"tamilword":"உதாரணமாக","englishmeaning":"example"}]
```- Tamil to English
```html
http://localhost:6001/translate.php?word=உதாரணமாக
``````json
[{"tamilword":"உதாரணமாக","englishmeaning":"For example"}]
```## Module
Google Translate PHP -
## LICENSE
MIT