{"id":16650063,"url":"https://github.com/rdch106/jumpranking","last_synced_at":"2026-04-26T19:31:26.339Z","repository":{"id":70780264,"uuid":"192236459","full_name":"RDCH106/JumpRanking","owner":"RDCH106","description":"Jump Ranking - REST Service + Web","archived":false,"fork":false,"pushed_at":"2022-08-31T10:50:18.000Z","size":453,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-12T22:42:20.730Z","etag":null,"topics":["javascript","ranking","rest-api","web"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RDCH106.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":"2019-06-16T21:00:33.000Z","updated_at":"2022-09-20T19:07:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"30ca66ec-b0b0-45e0-a2a9-f69923a71dd5","html_url":"https://github.com/RDCH106/JumpRanking","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RDCH106/JumpRanking","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RDCH106%2FJumpRanking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RDCH106%2FJumpRanking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RDCH106%2FJumpRanking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RDCH106%2FJumpRanking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RDCH106","download_url":"https://codeload.github.com/RDCH106/JumpRanking/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RDCH106%2FJumpRanking/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32310804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T19:15:34.056Z","status":"ssl_error","status_checked_at":"2026-04-26T19:15:15.467Z","response_time":129,"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":["javascript","ranking","rest-api","web"],"created_at":"2024-10-12T09:15:08.602Z","updated_at":"2026-04-26T19:31:26.319Z","avatar_url":"https://github.com/RDCH106.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jump Ranking\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/57831edb0d864a0abf001ca94b97df14)](https://app.codacy.com/app/RDCH106/JumpRanking?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=RDCH106/JumpRanking\u0026utm_campaign=Badge_Grade_Dashboard)\n[![License](https://img.shields.io/github/license/RDCH106/JumpRanking.svg)](https://github.com/RDCH106/JumpRanking/blob/master/LICENSE)\n\nSimple Jump Ranking created using a REST service developed in Python and Web viewer developed in HTML and Javascript.\n\n### What can I do with Jump Ranking?\n\n* Run decoupled project with REST service and Web viewer\n  + Run service in a server or cloud\n  + Run Web viewer from repository or host the web in Apache server\n* Use it as base project for bigger projects\n\n\u003cbr\u003e\n\n### 🛠️ Installation\n\u003chr\u003e\n\n#### 🤖 REST Service\n\nInstall service requirements using [requirements.txt](https://github.com/RDCH106/JumpRanking/blob/master/service/requirements.txt):\n\n`pip install -r requirements.txt`\n\nRun with and follow [linkero](https://github.com/ingran/linkero) instructions:\n\n`python jumprankingAPI_main.py`\n\n⚠️ REST service runs with Python2 and Python3\n\n#### 👀 Web Viewer\n\nHost Web viewer directly from GitHub with [raw.githack.com](https://github.com/neoascetic/rawgithack):\n\nhttps://raw.githack.com/RDCH106/JumpRanking/master/web/jumpranking-viewer.html\n\nUse [`http_server_with_cors.py`](https://github.com/RDCH106/JumpRanking/blob/master/web/http_server_with_cors.py) server included in the project behing a reverse proxy with SSl certificate. The server include CORS support.\n\nHost in a traditional Apache server, Nginx... or that you want.\n\n\u003cbr\u003e\n\n### REST Service 🔌 API\n\u003chr\u003e\n\nResgiters list access:\n\nVerb (GET) - 🔓 No-Auth - Response (JSON)\n\nhttps://your_host:port/jumpranking/api/v1/registers\n\n💡 You can open it from the browser by entering the URL\n\n\u003cbr\u003e\u003cbr\u003e\n\nAdd register:\n\nVerb (POST) - 🔐Auth - Response (JSON + HTTP 201 --\u003e added)\n\nhttps://your_host:port/jumpranking/api/v1/registers/\\\u003cusername\\\u003e/\\\u003cheight\\\u003e\n  \n💡 Replace `\u003cusername\u003e` and `\u003cheight\u003e` by desired values\n\n⚠️ Requiered HTTP Basic Auth using User:Password or using [Token](https://github.com/ingran/linkero/wiki/usage)\n\n\u003cbr\u003e\u003cbr\u003e\n\nDelete registers list:\n\nVerb (DELETE) - 🔐Auth - Response (JSON + HTTP 204 --\u003e deleted)\n\nhttps://your_host:port/jumpranking/api/v1/registers \n\n⚠️ Requiered HTTP Basic Auth using User:Password or using [Token](https://github.com/ingran/linkero/wiki/usage)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdch106%2Fjumpranking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdch106%2Fjumpranking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdch106%2Fjumpranking/lists"}