Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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