enja-2001 / Metafrastis-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend For Metafrastis Web and App

Description

An free api to translate your text into any language you want.

demo using axios

const axios = require('axios')

axios.post('https://metafrastis-backend.herokuapp.com/translate', {
    text:"Good Morning",
    lan:"bn"
  })
  .then(function (response) {
    console.log(response);
  })
  

response demo

সুপ্রভাত

About


Languages

Language:Python 100.0%