{"id":20778260,"url":"https://github.com/mustafadalga/forex-exchange","last_synced_at":"2026-04-14T04:31:21.885Z","repository":{"id":126220814,"uuid":"555937666","full_name":"mustafadalga/forex-exchange","owner":"mustafadalga","description":"Forex Exchance","archived":false,"fork":false,"pushed_at":"2022-10-26T07:06:28.000Z","size":75,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-23T14:56:19.888Z","etag":null,"topics":["composition-api","css3","currency-converter","currency-rates","scss","socket-io","socket-programming","vite","vitejs","vue","vue3","vuejs"],"latest_commit_sha":null,"homepage":"https://forex-exchange-v1.netlify.app/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mustafadalga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-10-22T17:33:18.000Z","updated_at":"2022-11-03T17:36:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"2bb76987-33b7-4aa6-9cb7-cb2fb0b959de","html_url":"https://github.com/mustafadalga/forex-exchange","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mustafadalga/forex-exchange","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafadalga%2Fforex-exchange","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafadalga%2Fforex-exchange/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafadalga%2Fforex-exchange/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafadalga%2Fforex-exchange/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mustafadalga","download_url":"https://codeload.github.com/mustafadalga/forex-exchange/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafadalga%2Fforex-exchange/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31782736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: 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":["composition-api","css3","currency-converter","currency-rates","scss","socket-io","socket-programming","vite","vitejs","vue","vue3","vuejs"],"created_at":"2024-11-17T13:20:17.725Z","updated_at":"2026-04-14T04:31:21.867Z","avatar_url":"https://github.com/mustafadalga.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Forex Exchange\n\n**The project uses https://tradermade.com/ data.**\n\n\u003ch6 align=\"center\"\u003e\n  \u003cimg alt=\"Forex Exchange\" src=\"https://user-images.githubusercontent.com/25087769/197361601-75cb972b-eaac-444d-adb0-876687cc75af.png\"/\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n\n  \u003cp align=\"center\"\u003e\n  \u003ca href=\"#demo\"\u003eDemo\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#used-technologies\"\u003eUsed Technologies\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#notes\"\u003eNotes\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#project-setup\"\u003eProject Setup\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003c/p\u003e\n\n\u003c/h6\u003e\n\n## Demo\n* [Project](https://forex-exchange-v1.netlify.app/)\n\n## Used Technologies\n* Vue.js 3\n* SCSS / CSS 3\n* Vite.js\n* Socket.io\n* 3rd party libraries\n  * Highchart\n  * vue-select\n  * moment.js\n  * highcharts\n  * currency-symbol-map\n  * currency-flags\n\n## Notes\n* Since the stock market is closed on the weekend, I am showing the data for Friday of that week.\n* If the day a year ago was the weekend, I am showing the graph data of the Monday of the next week of that day.\n* I show the previous day's data when the stock market is closed on weekdays. (market_open_status rest api)\n* Timeseries rest API returns server error for pairs (SAR / USD) and (SAR / XPD). As a result, the graph cannot be rendered.\n* There is a maximum of 1 year of graphic data.\n\n## Project Setup\n\n* The following variables should be defined in an .env file.\n\n**Environment Variables(.env)**\n\n* [VITE_STREAMING_API_URL](https://tradermade.com/docs/streaming-data-api)\n* [VITE_REST_API_URL](https://tradermade.com/docs/restful-api)\n* VITE_STREAMING_API_KEY\n* VITE_REST_API_KEY\n\n### Project Setup and Runs\n\n```\nnpm install \nnpm run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmustafadalga%2Fforex-exchange","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmustafadalga%2Fforex-exchange","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmustafadalga%2Fforex-exchange/lists"}