Currency exchange rate parser from different sources https://kekkai.redume.su
Find a file
2025-04-11 11:48:47 +03:00
database chore: wrote connection and automatic database creation 2025-04-11 11:45:00 +03:00
models chore: Made it possible to output multiple errors, not just the first one 2025-04-11 11:45:53 +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 fix: fixed the name of the password key in the config 2025-04-11 11:45:18 +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 chore: Wrote an automatic database creation if not created. Data validation and writing currency rate to the database 2025-04-11 11:48:47 +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.