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

https://github.com/andresweitzel/microservice_cryptocurrencies_deno_oak

Microservice for cryptocurrency integration using Deno and Oak
https://github.com/andresweitzel/microservice_cryptocurrencies_deno_oak

deno oak

Last synced: 7 months ago
JSON representation

Microservice for cryptocurrency integration using Deno and Oak

Awesome Lists containing this project

README

          

### Deno
* [Instalación deno](https://docs.deno.com/runtime/manual/getting_started/installation)
* [Crear proyecto](https://docs.deno.com/runtime/manual/tools/init)
* [Plugin necesario para deno en vsc](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno)
* [Habilitar deno en vsc](https://docs.deno.com/runtime/manual)
* [Dotenv deno](https://deno.land/x/dotenv@v3.2.0)
* [Configuración código base (create basic api)](https://blog.logrocket.com/how-to-create-rest-api-deno-postgres/)

### Crypto
* [SympleSwap service doc (Crypto integration)](https://partners.simpleswap.io/webtools/api)
* [SympleSwap Api Swagger](https://api.simpleswap.io/?ref=660adad2c784#/Currency/CurrencyController_getCurrency)