{"id":18466679,"url":"https://github.com/deniaz/express-radical","last_synced_at":"2026-05-04T01:34:42.956Z","repository":{"id":150271878,"uuid":"81297854","full_name":"deniaz/express-radical","owner":"deniaz","description":"Simple, opinionated RAD middleware for express.","archived":false,"fork":false,"pushed_at":"2017-10-22T12:24:44.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-01T02:05:19.279Z","etag":null,"topics":["api","express","json-schema","rad","rest"],"latest_commit_sha":null,"homepage":"","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/deniaz.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":"2017-02-08T06:54:26.000Z","updated_at":"2017-02-08T16:13:31.000Z","dependencies_parsed_at":"2023-04-28T03:34:06.021Z","dependency_job_id":null,"html_url":"https://github.com/deniaz/express-radical","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deniaz/express-radical","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deniaz%2Fexpress-radical","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deniaz%2Fexpress-radical/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deniaz%2Fexpress-radical/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deniaz%2Fexpress-radical/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deniaz","download_url":"https://codeload.github.com/deniaz/express-radical/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deniaz%2Fexpress-radical/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32591601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"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":["api","express","json-schema","rad","rest"],"created_at":"2024-11-06T09:17:07.175Z","updated_at":"2026-05-04T01:34:42.919Z","avatar_url":"https://github.com/deniaz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Radical\nSimple, opinionated RAD middleware for express.\n\nRadical builds a RESTful API on top of express, based on your JSON Schemas.\nDifferent drivers for data storage are available (In-Memory, ~~Mongo~~, ~~Redis~~, ~~Postgres~~).\n\nRather than building your mock API time and time again, just throw some schemas at Radical\nand let it do its magic.  \n\n*Batches*\n\n* Installation\n* Usage\n* Options\n* License\n* Author\n\n## Installation\n```\nnpm install express-radical\n```\n\n## Usage\n```\nconst express = require('express')\nconst radical = require('express-radical')\n\nconst app = radical(express(), 'path/to/schemas')\napp.listen(process.env.PORT || 8080, () =\u003e console.log(`(Radical) express listening on *:${process.env.PORT || 8080}`)\n```\n## Features\n* Automatically routes `GET`, `POST`, `PUT`, `PATCH` and `DELETE` verbs\n* When creating a resource, the JSON payload will be validated against your schema\n\n## Options\n* Path to schemas\n* single schemas\n\n## License\n[MIT License](https://opensource.org/licenses/MIT)\n\n## Author\n[Robert Vogt](https://twitter.com/_deniaz)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeniaz%2Fexpress-radical","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeniaz%2Fexpress-radical","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeniaz%2Fexpress-radical/lists"}