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
- Host: GitHub
- URL: https://github.com/andresweitzel/microservice_cryptocurrencies_deno_oak
- Owner: andresWeitzel
- License: gpl-3.0
- Created: 2023-10-21T22:31:36.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T22:47:41.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T12:46:16.874Z (8 months ago)
- Topics: deno, oak
- Language: TypeScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)