An open API service indexing awesome lists of open source software.

https://github.com/mddragnev/services-project


https://github.com/mddragnev/services-project

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# This project combines 4 APIs
## In order to run it locally
1. Run the client
2. Run the nodejs middleware
3. Clone all of these repos and run them on your machine
* https://github.com/akyoseva/SocialPlatform - API for PostgreSQL database
* https://github.com/StanislavHinov/google-translate-soap-implementation - SOAP API for translating and detecting text
* https://github.com/stiliyanlyutov/google-translate-rest-implementation - REST API for translating text

_NOTE: Please keep in mind that for the last two repos you need API key generated from [Translo](https://rapidapi.com/armangokka/api/translo/) and pasted in the code
in order for them to work._