Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
BigBoo23206yThere is one for node here. Used it as a Microservice internally once to translate stuff. A bit of a hacky solution. But it works.
https://github.com/matheuss/... -
devTea240886y
-
BigBoo23206y@devTea Can't you just build your own web api and use that? That's what my workaround was. Otherwise I'm pretty sure it's paying time. Sadly.
I was looking around for another one than this one for months. But all cost money. -
devTea240886y@BigBoo I tried getting ibm api with c# and it failed, my only backend is that and it’s only on average level. It’s school project anyway, I guess I shouldn’t go all out
-
BigBoo23206y@devTea What language do you need to translate to?
I might be able to help you out. I can't host stuff. But I'm going to take a lookero if I can find my old garbage hack code that I pieced together a while ago. -
devTea240886y@BigBoo it’s multilangual actually (you are talking about the human-language right?)
-
devTea240886y@BigBoo haha don’t worry about it, I don’t even know if there is anyone in my class that could go so deep anyway. As long as it works, I should be fine, surely the prof understands. Thx anyway
-
BigBoo23206y@devTea Np. I just remembering having issues with pretty much the same thing a couple of months ago. But I had to fix it fast (less than a day) so the code is pretty garbage haha.
Good luck with your school project!
Does anyone have a good and free translator api I could use? I’m doing small school project and I just wanted to create text translator app. I tried yandex already, and ibm sucks since it doesn’t allow ajax request
question
translator service
web api