Skip to content

Hack-Ninja/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

An API to translate the text in any language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages