Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 552 Bytes

File metadata and controls

27 lines (23 loc) · 552 Bytes
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

সুপ্রভাত