{"id":13760918,"url":"https://github.com/derogab/coingraph","last_synced_at":"2025-05-10T11:32:13.359Z","repository":{"id":38417868,"uuid":"102154103","full_name":"derogab/coingraph","owner":"derogab","description":"Coingraph is a real-time graph for cryptocurrencies.","archived":false,"fork":false,"pushed_at":"2024-04-29T16:19:19.000Z","size":20798,"stargazers_count":126,"open_issues_count":0,"forks_count":18,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-05-02T01:44:47.456Z","etag":null,"topics":["bitcoin","bitcoin-price","chart","coingraph","cryptocurrencies","cryptocurrencies-graph","cryptocurrency","cryptocurrency-graph","ethereum","ethereum-price","graph","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/derogab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"derogab","liberapay":"derogab","ko_fi":"derogab","patreon":"derogab"}},"created_at":"2017-09-01T21:22:09.000Z","updated_at":"2024-05-06T05:28:12.492Z","dependencies_parsed_at":"2023-02-19T04:10:21.283Z","dependency_job_id":"3e429d7f-2c30-40f9-b056-8f8cd397ba4d","html_url":"https://github.com/derogab/coingraph","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derogab%2Fcoingraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derogab%2Fcoingraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derogab%2Fcoingraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derogab%2Fcoingraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/derogab","download_url":"https://codeload.github.com/derogab/coingraph/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253410739,"owners_count":21904129,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bitcoin","bitcoin-price","chart","coingraph","cryptocurrencies","cryptocurrencies-graph","cryptocurrency","cryptocurrency-graph","ethereum","ethereum-price","graph","hacktoberfest"],"created_at":"2024-08-03T13:01:27.336Z","updated_at":"2025-05-10T11:32:13.015Z","avatar_url":"https://github.com/derogab.png","language":"JavaScript","funding_links":["https://github.com/sponsors/derogab","https://liberapay.com/derogab","https://ko-fi.com/derogab","https://patreon.com/derogab"],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003e **Repository Archival Notice**: Coingraph is being archived due to inactivity and the availability of more comprehensive alternatives in the cryptocurrency monitoring space. Originally developed in 2017, Coingraph is _a tool that fetches real-time cryptocurrency prices, saves the data offline in a JSON file at regular intervals, and displays it through a minimalistic graph on a web interface_. While the project will no longer be actively maintained, the repository can be reopened if there is community interest in contributing. If you are interested in submitting a pull request or expanding the tool's functionality — such as adding API support for data access or enhancing settings — please contact me first at _coingraph at derogab dot com_.\n\n# Coingraph\n\n[![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/derogab/coingraph?include_prereleases)](https://github.com/derogab/coingraph/releases)\n[![Build \u0026 Push Docker Image](https://github.com/derogab/coingraph/actions/workflows/docker-publish.yml/badge.svg?branch=master)](https://github.com/derogab/coingraph/actions/workflows/docker-publish.yml)\n[![GitHub stars](https://img.shields.io/github/stars/derogab/coingraph)](https://github.com/derogab/coingraph/stargazers)\n[![GitHub forks](https://img.shields.io/github/forks/derogab/coingraph)](https://github.com/derogab/coingraph/network)\n[![GitHub issues](https://img.shields.io/github/issues/derogab/coingraph)](https://github.com/derogab/coingraph/issues)\n[![GitHub License](https://img.shields.io/github/license/derogab/coingraph)](https://github.com/derogab/coingraph/blob/master/LICENSE)\n\nCoingraph is a **real-time graph for cryptocurrencies** that \n- fetches real-time cryptocurrency prices\n- saves the data offline in a JSON file at regular intervals\n- displays it through a minimalistic graph on a web interface\n\n![](./assets/header.png)\n\n## Dependencies\n```shell\nnpm install\n```\nAnd don't forget to also install the [daemon dependencies](./daemon/README.md#dependencies)!\n\n## Configuration\nIf necessary, view the [daemon configurations](./daemon/README.md#configuration).\n\n## Usage\n```shell\nnpm run all\n```\nThe previous command starts both the [daemon](./daemon) and the web interface.\n\n## Docker\n\n[![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/derogab/coingraph?include_prereleases?label=Release)](https://github.com/derogab/coingraph/releases)\n[![Build \u0026 Push Docker Image](https://github.com/derogab/coingraph/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/derogab/coingraph/actions/workflows/docker-publish.yml)\n[![Docker Pulls](https://img.shields.io/docker/pulls/derogab/coingraph-client?label=Downloads\u0026logo=docker)](https://hub.docker.com/r/derogab/coingraph-client)\n\n#### Manual\n1. [Start the `coingraph-daemon`](./daemon/README.md#start-container) and then\n2. Run the container\n    ```shell\n    docker run -d \\\n      -p 3000:80 \\\n      --link DAEMON_CONTAINER_ID \\\n      ghcr.io/derogab/coingraph-client\n    ```\n\n#### Using `docker-compose` \nCopy `.env.template` to `.env`. Eventually change environment variables and then start one of the following.\n###### Production \n```shell\ndocker-compose up -d\n```\n###### Development\n```shell\ndocker-compose -f docker-compose.dev.yml up -d \n```\n###### Build \n```shell\ndocker-compose -f docker-compose.build.yml up -d --build\n```\n\n## Tip\nIf you like this project or directly benefit from it, please consider [buying me a coffee](https://derogab.com/donate).\n\n## License\n[_Coingraph_](https://github.com/derogab/coingraph) is made with ♥  by [derogab](https://github.com/derogab) and the [amazing dev team](https://github.com/derogab/coingraph/graphs/contributors). It is released under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderogab%2Fcoingraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderogab%2Fcoingraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderogab%2Fcoingraph/lists"}