Skip to content

enja-2001/Metafrastis-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%