{"id":16095845,"url":"https://github.com/joakin/loot","last_synced_at":"2026-01-26T08:35:38.748Z","repository":{"id":141453981,"uuid":"44797563","full_name":"joakin/loot","owner":"joakin","description":"Backend server for mobile restbase html","archived":false,"fork":false,"pushed_at":"2016-09-22T18:22:22.000Z","size":351,"stargazers_count":2,"open_issues_count":3,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-31T05:21:58.842Z","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/joakin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-10-23T07:25:40.000Z","updated_at":"2017-08-01T01:21:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"98b87d62-acc3-40f8-ae87-3a1791554094","html_url":"https://github.com/joakin/loot","commit_stats":{"total_commits":110,"total_committers":3,"mean_commits":"36.666666666666664","dds":0.4181818181818182,"last_synced_commit":"d3694c4b824f478114a8bbc1a41b2585ba25a6fd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joakin/loot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joakin%2Floot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joakin%2Floot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joakin%2Floot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joakin%2Floot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joakin","download_url":"https://codeload.github.com/joakin/loot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joakin%2Floot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28770925,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T07:45:00.504Z","status":"ssl_error","status_checked_at":"2026-01-26T07:45:00.070Z","response_time":59,"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-09T17:09:12.079Z","updated_at":"2026-01-26T08:35:38.732Z","avatar_url":"https://github.com/joakin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"loot\n====\n\nA simple Node.js service that aggressively transforms RESTBase content for\nconsumption by lightweight web apps.\n\n![](https://img.shields.io/badge/status-frozen-blue.png) ![Project unmaintained](https://img.shields.io/badge/project-unmaintained-red.svg)\n\n## Frozen/Deprecated\n\nThis server is not used any more, refer to the following links to an open\nsource more production ready service:\n\n* https://en.wikipedia.org/api/rest_v1/?doc\n* https://github.com/wikimedia/mediawiki-services-mobileapps\n\n### Improvements to be done\n\n* Fix space usage\n  * Evict previous cache revisions when getting a new one\n  * Gracefully avoid cache when ENOSPC and log errors\n  * Make the cache LRU and implement periodic eviction\n\n## Endpoints\n\n### Api\n\n* `/slim/[title]`\n* `/slim/lead/[title]`\n\n### Response\n\nThe `/slim/[title]` and `/slim/lead/[title]` endpoints respond with JSON in the following form:\n\n```json\n{\n  \"sections\": [\n    {\n      \"title\": \"\",\n      \"content\": \"\u003cp\u003eThis is the lead section\u003c/p\u003e\"\n    },\n    {\n      \"title\": \"First section\",\n      \"content\": \"\u003cp\u003eThis is the first section\u003c/p\u003e\"\n    }\n  ]\n}\n```\n\n## Dev\n\n* `npm install` to get the dependencies.\n* `npm start` to run the server in development.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoakin%2Floot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoakin%2Floot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoakin%2Floot/lists"}