{"id":19926702,"url":"https://github.com/tohjustin/coincharts","last_synced_at":"2025-04-06T03:06:24.635Z","repository":{"id":39577095,"uuid":"98829197","full_name":"tohjustin/coincharts","owner":"tohjustin","description":"Cryptocurrency Price Chart (GDAX)","archived":false,"fork":false,"pushed_at":"2024-10-05T04:13:32.000Z","size":2324,"stargazers_count":73,"open_issues_count":49,"forks_count":16,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T04:05:36.733Z","etag":null,"topics":["create-react-app","cryptocurrency","d3","now","react","redux","redux-saga","styled-components"],"latest_commit_sha":null,"homepage":"https://coincharts.now.sh","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/tohjustin.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}},"created_at":"2017-07-30T22:49:21.000Z","updated_at":"2024-07-09T09:50:12.000Z","dependencies_parsed_at":"2023-10-01T21:45:45.602Z","dependency_job_id":"82bef58f-df1d-4538-9495-9859f1ac93d0","html_url":"https://github.com/tohjustin/coincharts","commit_stats":{"total_commits":305,"total_committers":3,"mean_commits":"101.66666666666667","dds":0.00983606557377048,"last_synced_commit":"d44d3f248ca2ef2fb0911741ffd4253da03ee9ad"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tohjustin%2Fcoincharts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tohjustin%2Fcoincharts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tohjustin%2Fcoincharts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tohjustin%2Fcoincharts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tohjustin","download_url":"https://codeload.github.com/tohjustin/coincharts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247427005,"owners_count":20937200,"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":["create-react-app","cryptocurrency","d3","now","react","redux","redux-saga","styled-components"],"created_at":"2024-11-12T22:30:17.070Z","updated_at":"2025-04-06T03:06:24.617Z","avatar_url":"https://github.com/tohjustin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## About\n\n[![CircleCI](https://circleci.com/gh/tohjustin/coincharts/tree/master.svg?style=shield)](https://circleci.com/gh/tohjustin/coincharts/tree/master)\n[![Codecov](https://codecov.io/gh/tohjustin/coincharts/branch/master/graph/badge.svg)](https://codecov.io/gh/tohjustin/coincharts)\n[![Release](https://aegisbadges.appspot.com/static?subject=release\u0026status=v1.0.0\u0026color=4E5C6D)](https://github.com/tohjustin/coincharts/releases)\n[![License](https://aegisbadges.appspot.com/static?subject=license\u0026status=MIT\u0026color=4E5C6D)](https://opensource.org/licenses/MIT)\n\nCoincharts is a cryptocurrency price chart based off [Coinbase](https://www.coinbase.com/)'s original price chart on [https://www.coinbase.com/charts](https://web.archive.org/web/20190331085909/https://www.coinbase.com/charts)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./docs/screenshot.png\"\u003e\n\u003c/p\u003e\n\n* Bootstrapped with [create-react-app](https://github.com/facebook/create-react-app)\n* Built with [React.js](https://reactjs.org/), [Redux](https://redux.js.org/)\\*\\*, [Redux-Saga](https://redux-saga.js.org/)\\*\\*, [styled-components](https://www.styled-components.com/), [D3.js](https://d3js.org/)\n* Prices retrieved from [Coinbase API](https://developers.coinbase.com/api/v2)\n* Deployed with [ZIET Now](https://zeit.co/home)\n* Error logging with [Sentry + Raven.js](https://github.com/getsentry/sentry-javascript)\n* Optional page-view tracking with [Google Analytics + react-ga](https://github.com/react-ga/react-ga)\n\n_\\*\\* [Redux](https://redux.js.org/), [Redux-Saga](https://redux-saga.js.org/) is used for learning purposes (slight overkill for this simple app)_\n\n## Getting Started\n\nStart the application's `webpack-dev-server`\n\n```shell\nyarn start\n```\n\n### Linting \u0026 Testing\n\n#### Linting\n\nRun [ESLint](https://eslint.org/) \u0026 [Prettier](https://prettier.io/)\n\n```shell\nyarn run check\n```\n\nFix [ESLint](https://eslint.org/) all fixable errors \u0026 warnings\n\n```shell\nyarn lint:fix\n```\n\nFix [Prettier](https://prettier.io/) all fixable errors \u0026 warnings\n\n```shell\nyarn prettier:fix\n```\n\n#### Unit Testing\n\nRun all unit tests \u0026 watch for changes\n\n```shell\nyarn test\n```\n\nRun all unit tests \u0026 enable [Node Debugger](https://nodejs.org/docs/latest-v12.x/api/debugger.html)\n\n```shell\nyarn test:debug\n```\n\nRun all unit tests \u0026 generate test coverage\n\n```shell\nyarn test:ci\n```\n\n### Packaging\n\n\u003e __NOTE__: Make sure you have updated `.env.build` before proceeding\n\nCreate a production build of the application \u0026 output the bundle into `/build`\n\n```shell\nyarn build\n```\n\n### Scripts\n\n#### Deploy application with __ZIET Now__\n\n\u003e __NOTE__: Make sure you have created `.env` \u0026 updated `now.json` before proceeding\n\u003e\n\u003e * see [.env.example](./.env.example) for list of environment variables to populate\n\u003e * see [https://zeit.co/docs/configuration](https://zeit.co/docs/configuration) for list of configs to populate\n\n```shell\nyarn script:deploy\n```\n\n#### Downloading API data\n\nTakes a snapshot of responses from coinbase API \u0026 saves them into JSON files in `public/priceData` used for offline development\n\n```shell\nyarn script:downloadPriceData\n```\n\n## License\n\nCoincharts is [MIT licensed](./LICENSE).\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Ftohjustin%2Fcoincharts.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Ftohjustin%2Fcoincharts?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftohjustin%2Fcoincharts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftohjustin%2Fcoincharts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftohjustin%2Fcoincharts/lists"}