{"id":42264259,"url":"https://github.com/idefant/exrates-api","last_synced_at":"2026-01-27T06:12:57.392Z","repository":{"id":60646241,"uuid":"541928363","full_name":"idefant/exrates-api","owner":"idefant","description":"Simple exchange rates API. With historical exchange rates. No limits","archived":false,"fork":false,"pushed_at":"2025-05-10T10:47:48.000Z","size":586,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-10T11:29:15.483Z","etag":null,"topics":["crypto-currency","currency","currency-api","exchange","exchange-api","exchange-rates","expressjs"],"latest_commit_sha":null,"homepage":"https://exrates.idefant.ru/docs/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idefant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-09-27T06:05:31.000Z","updated_at":"2025-05-10T10:47:53.000Z","dependencies_parsed_at":"2023-01-19T16:03:16.408Z","dependency_job_id":"da2f263b-af52-468d-9cea-bc44460d512e","html_url":"https://github.com/idefant/exrates-api","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/idefant/exrates-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idefant%2Fexrates-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idefant%2Fexrates-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idefant%2Fexrates-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idefant%2Fexrates-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idefant","download_url":"https://codeload.github.com/idefant/exrates-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idefant%2Fexrates-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28805526,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T05:43:52.625Z","status":"ssl_error","status_checked_at":"2026-01-27T05:43:48.957Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crypto-currency","currency","currency-api","exchange","exchange-api","exchange-rates","expressjs"],"created_at":"2026-01-27T06:12:56.865Z","updated_at":"2026-01-27T06:12:57.387Z","avatar_url":"https://github.com/idefant.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExRates\n\n[![DockerHub](https://img.shields.io/badge/DockerHub-%23363636?logo=docker)](https://hub.docker.com/repository/docker/idefant/exrates-api)\n[![API Docs](https://img.shields.io/badge/API_Docs-%23363636?logo=swagger)](https://exrates.idefant.ru/docs/)\n\nA simple Exchange Rates API\n\nData is collected once a day from [Open Exchange Rates](https://openexchangerates.org/)\n\n## Features\n\n- Getting up-to-date data\n- Getting rates by date\n- Getting rates by period (2 routes)\n- Filtering by currency code\n\n## Production\n\n1. Create `docker-compose.yml` with content:\n```yml\nservices:\n  exrates-api:\n    image: idefant/exrates-api\n    container_name: exrates\n    env_file:\n      - .env\n    restart: unless-stopped\n    ports:\n      - \"3000:3000\"\n\n  mongo:\n    image: mongo\n    restart: always\n    env_file:\n      - .env\n   environment:\n     MONGO_INITDB_ROOT_USERNAME: ${DB_USER}\n     MONGO_INITDB_ROOT_PASSWORD: ${DB_PASSWORD}\n     MONGO_INITDB_DATABASE: ${DB_NAME}\n    volumes:\n      - ./db:/data/db\n```\n2. Create `.env` and fill in similarly `.env.sample`\n3. Run `docker compose up -d`\n4. Open [link](https://localhost:3000/docs/) in your browser\n\n## Development\n\nTo begin development:\n\n1. Clone this repo\n2. Create `.env` and fill in similarly `.env.sample`\n3. Install dependencies with `npm install`\n\n```sh\n# Run in development mode\nnpm run dev\n\n# Build app\nnpm run build\n```\n\nPlease [Star](#) this repo by clicking on [⭐ button](#)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidefant%2Fexrates-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidefant%2Fexrates-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidefant%2Fexrates-api/lists"}