GDQuest / evoliz-node-api

A minimal communication layer with Evoliz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EVOLIZ Node API

The part of the API that's implemented is specifically for the needs of GDQuest, it's not a complete implementation.

All we're looking to do, is created paid invoices on Evoliz; we do not need the rest of their services, as we handle the payments ourselves.

Therefore, there's only one important function to take from the API:

How to Run for Development/Testing

The recommended way to test the API is to:

Get your public and private keys on Evoliz

  1. Create a test user on Evoliz
  2. Click on "My profile", scroll to "developer" at the bottom of the page, and click the link
  3. Create a key

Prepare your local environment

  1. npm install
  2. Copy the file .env.template as a .env
  3. Write your Evoliz values in it
  4. Run node run try
  5. open src/_for_trying/try.mts to write code that you want to test.

About

A minimal communication layer with Evoliz


Languages

Language:TypeScript 93.8%Language:JavaScript 6.2%