{"id":16068346,"url":"https://github.com/tegon/content-indexer","last_synced_at":"2026-04-24T10:05:05.231Z","repository":{"id":71698274,"uuid":"65220001","full_name":"tegon/content-indexer","owner":"tegon","description":"Indexes tags and links of a given webpage","archived":false,"fork":false,"pushed_at":"2016-08-09T15:21:33.000Z","size":40,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T08:51:19.111Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/tegon.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":"2016-08-08T16:21:36.000Z","updated_at":"2020-04-15T02:22:13.000Z","dependencies_parsed_at":"2023-03-08T07:00:23.268Z","dependency_job_id":null,"html_url":"https://github.com/tegon/content-indexer","commit_stats":{"total_commits":33,"total_committers":1,"mean_commits":33.0,"dds":0.0,"last_synced_commit":"9632806456a8e957e0b672a89cab500c31842779"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tegon/content-indexer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tegon%2Fcontent-indexer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tegon%2Fcontent-indexer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tegon%2Fcontent-indexer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tegon%2Fcontent-indexer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tegon","download_url":"https://codeload.github.com/tegon/content-indexer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tegon%2Fcontent-indexer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32218295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T09:47:08.147Z","status":"ssl_error","status_checked_at":"2026-04-24T09:46:41.165Z","response_time":64,"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":[],"created_at":"2024-10-09T06:20:51.296Z","updated_at":"2026-04-24T10:05:05.215Z","avatar_url":"https://github.com/tegon.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# content-indexer\nIndexes tags and links of a given webpage\n\n## API endpoints\n\n### POST pages\nThis endpoint accepts a url parameter, which is the page were the content will be indexed.\n\nCurl Example:\n```bash\ncurl \"http://localhost:3000/pages\" -d \"page[url]=https://tegon.github.io\"\n```\n\nThe page will be stored in the database, and his id will be returned\n```json\n{\"id\":1,\"url\":\"https://tegon.github.io\"}\n```\n\n### GET pages/:id\nThis endpoint will return the details of the page, incluid its links and tags\n\nCurl Example:\n```bash\ncurl \"http://localhost:3000/pages/1\"\n```\n\nResponse\n```json\n{\n   \"id\":1,\n   \"url\":\"https://tegon.github.io\",\n   \"links\":[\n      {\n         \"href\":\"https://github.com/little-dice-games/velha-mania\"\n      },\n      {\n         \"href\":\"https://github.com/tegon/TrucoMarreco\"\n      },\n      {\n         \"href\":\"https://github.com/tegon/cineminha-bot\"\n      },\n      {\n         \"href\":\"https://github.com/tegon/clone-org-repos\"\n      },\n      {\n         \"href\":\"https://github.com/tegon/traktflix\"\n      },\n      {\n         \"href\":\"https://play.google.com/store/apps/details?id=br.com.clickjogos\"\n      },\n      {\n         \"href\":\"https://www.carrinhoemcasa.com.br/\"\n      },\n      {\n         \"href\":\"http://www.minhaserie.com.br/\"\n      },\n      {\n         \"href\":\"http://www.joguinhos.com.br\"\n      },\n      {\n         \"href\":\"http://www.jogosdemeninas.com.br\"\n      },\n      {\n         \"href\":\"http://www.clickjogos.com.br\"\n      },\n      {\n         \"href\":\"https://play.google.com/store/apps/dev?id=7812285483653318759\"\n      },\n      {\n         \"href\":\"https://twitter.com/tegonl\"\n      },\n      {\n         \"href\":\"https://br.linkedin.com/in/tegon\"\n      },\n      {\n         \"href\":\"https://github.com/tegon\"\n      }\n   ],\n   \"tags\":[\n      {\n         \"type\":\"h1\",\n         \"content\":\"Leonardo Tegon\"\n      },\n      {\n         \"type\":\"h2\",\n         \"content\":\"Work\"\n      },\n      {\n         \"type\":\"h2\",\n         \"content\":\"Open Source\"\n      },\n      {\n         \"type\":\"h3\",\n         \"content\":\"Click Jogos\"\n      },\n      {\n         \"type\":\"h3\",\n         \"content\":\"Jogos de Meninas\"\n      },\n      {\n         \"type\":\"h3\",\n         \"content\":\"Joguinhos\"\n      },\n      {\n         \"type\":\"h3\",\n         \"content\":\"Minha Série\"\n      },\n      {\n         \"type\":\"h3\",\n         \"content\":\"Carrinho em Casa\"\n      },\n      {\n         \"type\":\"h3\",\n         \"content\":\"Click Jogos Android\"\n      },\n      {\n         \"type\":\"h3\",\n         \"content\":\"traktflix\"\n      },\n      {\n         \"type\":\"h3\",\n         \"content\":\"clone-org-repos\"\n      },\n      {\n         \"type\":\"h3\",\n         \"content\":\"cineminha-bot\"\n      },\n      {\n         \"type\":\"h3\",\n         \"content\":\"TrucoMarreco\"\n      },\n      {\n         \"type\":\"h3\",\n         \"content\":\"velha-mania\"\n      }\n   ]\n}\n```\n\n### GET pages\nThis endpoint will returned all pages previous indexed\n\nCurl Example:\n```bash\ncurl \"http://localhost:3000/pages\"\n```\n\nThe response is an array of pages\n```json\n[{\"id\":1,\"url\":\"https://tegon.github.io\"}]\n```\n\n## Development\nFirst of all, clone this project in your local machine, then install the dependecies\n\n```bash\ncd content-indexer/\nbundle install\n```\n\nStart the development server with\n\n```bash\nrails server\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftegon%2Fcontent-indexer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftegon%2Fcontent-indexer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftegon%2Fcontent-indexer/lists"}