Currency exchange rate parser from different sources https://kekkai.redume.su
Find a file
2025-04-12 00:12:10 +03:00
database chore: I have moved the config retrieval to a separate file 2025-04-11 17:40:36 +03:00
models fix: Fixed bug when currency with 4 letters did not pass validation 2025-04-11 23:52:02 +03:00
services feat: Added support for coinmarketcap service for collecting cryptocurrency currency rate 2025-04-12 00:12:10 +03:00
utils chore: Added a function to truncate a number to ten thousandths (.000) without rounding off 2025-04-11 23:50:59 +03:00
.dockerignore chore: Added support for docker compose 2025-04-11 11:46:58 +03:00
.env.sample chore: Added support for docker compose 2025-04-11 11:46:58 +03:00
.gitignore chore: Added support for docker compose 2025-04-11 11:46:58 +03:00
config.sample.hjson feat: Added support for coinmarketcap service for collecting cryptocurrency currency rate 2025-04-12 00:12:10 +03:00
docker-compose.yaml chore: Added support for docker compose 2025-04-11 11:46:58 +03:00
Dockerfile chore: Added support for docker compose 2025-04-11 11:46:58 +03:00
LICENSE chore: Adding license, disclaimer and description 2025-04-10 01:12:11 +03:00
main.js fix: Fixed a bug where only the last array response was added by the return function 2025-04-11 23:53:37 +03:00
package-lock.json chore: wrote connection and automatic database creation 2025-04-11 11:45:00 +03:00
package.json chore: wrote connection and automatic database creation 2025-04-11 11:45:00 +03:00
README.md chore: Adding license, disclaimer and description 2025-04-10 01:12:11 +03:00

Currency parser

This project is designed to collect (parsing) actual currency rates (both fiat and cryptocurrencies) from open sources and save them into a database.

License. The project is under the GPLv3 license.

    Kekkai Copyright (C) 2025 Redume

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program. If not, see <https://www.gnu.org/licenses/>.

DMCA disclaimer

  • This project is licensed under GPLv3, but it relies on data from third-party sources (APIs) that may have their own Terms of Service (ToS).

  • The developers of this project are not responsible for any misuse of the data or possible violations of third-party ToS. The user is solely responsible for ensuring compliance with all applicable ToS and regulations.

  • We provide no warranty or guarantee regarding the accuracy, completeness, or timeliness of the information obtained from external services.