{"id":19865150,"url":"https://github.com/glweems/coin-market","last_synced_at":"2026-04-15T19:39:37.851Z","repository":{"id":42236113,"uuid":"171208871","full_name":"glweems/coin-market","owner":"glweems","description":"coinmarketcap like web app using cryptocompare api and react.js","archived":false,"fork":false,"pushed_at":"2023-01-06T11:57:39.000Z","size":4732,"stargazers_count":1,"open_issues_count":27,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T00:32:36.405Z","etag":null,"topics":["bitcoin","bitcoin-api","cryptocompare-api","cryptocurrency","fetch-api","graphql","react","react-router"],"latest_commit_sha":null,"homepage":"https://coin-market.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/glweems.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}},"created_at":"2019-02-18T03:32:38.000Z","updated_at":"2023-03-09T02:18:29.000Z","dependencies_parsed_at":"2023-02-06T01:01:04.543Z","dependency_job_id":null,"html_url":"https://github.com/glweems/coin-market","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/glweems/coin-market","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glweems%2Fcoin-market","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glweems%2Fcoin-market/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glweems%2Fcoin-market/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glweems%2Fcoin-market/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glweems","download_url":"https://codeload.github.com/glweems/coin-market/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glweems%2Fcoin-market/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31857616,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":["bitcoin","bitcoin-api","cryptocompare-api","cryptocurrency","fetch-api","graphql","react","react-router"],"created_at":"2024-11-12T15:21:21.625Z","updated_at":"2026-04-15T19:39:37.830Z","avatar_url":"https://github.com/glweems.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gatsby\n\nIn this example we will be deploying a simple \"Hello World\" example with Gatsby.\n\n### Getting started with Gatsby\n\nStart a new Gatsby project using:\n\n```\nnpx gatsby new \u003cproject name\u003e\n```\n\n### Deploy with Now\n\nFirst we need to create a `now.json` configuration file to instruct Now how to build the project.\n\nFor this example we will be using our newest version [Now 2.0](https://zeit.co/now).\n\nBy adding the `version` key to the `now.json` file, we can specify which Now Platform version to use.\n\nWe also need to define each builders we would like to use. [Builders](https://zeit.co/docs/v2/deployments/builders/overview/) are modules that take a deployment's source and return an output, consisting of [either static files or dynamic Lambdas](https://zeit.co/docs/v2/deployments/builds/#sources-and-outputs).\n\nIn this case we are going to use `@now/static-build` to build and deploy our Gatsby application selecting the `package.json` as our entry point. We will also define a name for our project (optional).\n\n```json\n{\n    \"version\": 2,\n    \"name\": \"gatsby\",\n    \"builds\": [\n        { \"src\": \"package.json\", \"use\": \"@now/static-build\", \"config\": {\"distDir\": \"public\"} }\n    ]\n}\n```\n\nVisit our [documentation](https://zeit.co/docs/v2/deployments/configuration) for more information on the `now.json` configuration file.\n\nWe also need to include a script in `package.json` named `\"now-build\"` that specifies what command Now will run on the server to \"build\" your application. Also, notice that this builder accepts a configuration called `\"distDir\"`, which should point to the output directory of our build script, which for Gatsby it is called `public`.\n\n```json\n{\n    \"scripts\": {\n        ...\n        \"now-build\": \"npm run build\"\n    }\n}\n```\n\nWe are now ready to deploy the app.\n\n```\nnow\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglweems%2Fcoin-market","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglweems%2Fcoin-market","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglweems%2Fcoin-market/lists"}