Skip to content

sendanor/fi.hg.ecb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


DEPRECATED

Development under this git repository is discontinued and future improvements will continue under io.hyperify.node.

Join our Discord to discuss about our software!


fi.hg.ecb

HG Git Module for our code using ecb-euro-exchange-rates as a dependency.

See also ecb.hg.fi.

Install the module

This module depends on ecb-euro-exchange-rates module:

npm i ecb-euro-exchange-rates

Our fi.hg.core is also required dependency:

mkdir -p src/fi/hg
git submodule add git@github.com:heusalagroup/fi.hg.core.git src/fi/hg/core
git config -f .gitmodules submodule.src/fi/hg/core.branch main

Finally, you can set up the module itself:

git submodule add git@github.com:heusalagroup/fi.hg.ecb.git src/fi/hg/ecb
git config -f .gitmodules submodule.src/fi/hg/ecb.branch main

See also @heusalagroup/create-backend for how to initialize your own backend project.

About

HG Git Module for NodeJS code using exchange reference rates from an API provided by the European Central Bank

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 64.8%
  • JavaScript 35.2%