{"id":18842623,"url":"https://github.com/tendermint/backend","last_synced_at":"2025-04-14T07:31:47.784Z","repository":{"id":38091408,"uuid":"221544647","full_name":"tendermint/backend","owner":"tendermint","description":"Backend stuff for design","archived":false,"fork":false,"pushed_at":"2023-03-05T15:05:32.000Z","size":581,"stargazers_count":3,"open_issues_count":9,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-27T21:12:44.261Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/tendermint.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}},"created_at":"2019-11-13T20:22:35.000Z","updated_at":"2023-01-10T17:16:20.000Z","dependencies_parsed_at":"2023-01-28T14:18:36.996Z","dependency_job_id":null,"html_url":"https://github.com/tendermint/backend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tendermint%2Fbackend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tendermint%2Fbackend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tendermint%2Fbackend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tendermint%2Fbackend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tendermint","download_url":"https://codeload.github.com/tendermint/backend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248839430,"owners_count":21169815,"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":[],"created_at":"2024-11-08T02:55:18.584Z","updated_at":"2025-04-14T07:31:47.471Z","avatar_url":"https://github.com/tendermint.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# backend\n\nThis is a server to fetch data from third-party sources, serve content and do everything a front-end can't.\n\n⚡️ https://backend.tendermint.com\n\n# Install\n\nThe server needs a reasonably recent version of Node.js installed.\n\n```\nnpm install\n```\n\n# Run\n\n```\nnpm run start\n```\n\n## API\n\n### GET `/medium`\n\n**200**: Returns a list of medium feed from `https://medium.com/feed/tendermint?latest` and `https://blog.cosmos.network/feed`\n\n```\n[\n  {\n    \"title\": \"The Cosmos Hub is a Port City\",\n    \"link\": \"https://blog.cosmos.network/the-cosmos-hub-is-a-port-city-5b7f2d28debf?source=rss----6c5d35b77e13---4\",\n    \"date\": \"Tue, 23 Feb 2021 18:22:00 GMT\",\n    \"image\": \"https://cdn-images-1.medium.com/max/1024/1*DHtmSfS_Efvuq8n2LAnhkA.png\",\n    \"timestamp\": 1614104520000\n  },\n  ...\n]\n```\n\n### GET `/cosmos/tag/tutorial`\n\n**200**: Returns a list of Cosmos medium feed filtered by `tutorial` category.\n\n```\n[\n  {\n    \"title\": \"Setup your frontend application / NodeJS Application with Gaia v4.0.0\",\n    \"link\": \"https://blog.cosmos.network/setup-your-frontend-application-nodejs-application-with-gaia-v4-0-0-9546f4b3e302?source=rss----6c5d35b77e13---4\",\n    \"date\": \"Fri, 12 Feb 2021 18:07:03 GMT\",\n    \"image\": \"https://cdn-images-1.medium.com/max/1024/1*LYh6GQi6M7o9_J-ITFP36w.png\",\n    \"timestamp\": 1613153223000,\n    \"category\": [\n      \"cosmos-sdk\",\n      \"crypto\",\n      \"development\",\n      \"blockchain\",\n      \"tutorial\"\n    ]\n  }\n]\n```\n\n### GET `/marketcap`\n\n**200**: Returns the value of total current market cap of Cosmos Ecosystem apps in billion (_Messari API_)\n\n### GET `/apps`\n\n**200**: Returns a list of Ecosystem apps \u0026 projects\n\n### GET `/wallets`\n\n**200**: Returns a list of Ecosystem wallets\n\n### GET `/explorers`\n\n**200**: Returns a list of Explorers wallets\n\n### GET `/events`\n\n**200**: Returns a list of Events\n\n### GET `/cwu`\n\n**200**: Returns a list of CwU\n\n### GET `/workshops`\n\n**200**: Returns a list of Workshops\n\n### GET `/coingecko-cosmos-marketcap`\n\n**200**: Returns the value of total market cap of Cosmos projects using Coingecko API\n\n---\n\n### Algolia bump\n\n`node index.js` - update apps and wallets algolia index every hour.\n\n---\n\n### MailerLite\n\n### GET `/subscriber`\n\n**200**: Returns the single subscriber\n\n### POST `/group-add-subscriber`\n\n**200**: Assigns a subscriber to the group with the given name.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftendermint%2Fbackend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftendermint%2Fbackend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftendermint%2Fbackend/lists"}