{"id":18544733,"url":"https://github.com/131/crud","last_synced_at":"2025-05-15T05:34:17.857Z","repository":{"id":73455426,"uuid":"295351846","full_name":"131/crud","owner":"131","description":null,"archived":false,"fork":false,"pushed_at":"2020-09-14T08:27:58.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-24T07:24:53.065Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/131.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,"zenodo":null}},"created_at":"2020-09-14T08:24:45.000Z","updated_at":"2020-09-25T15:46:35.000Z","dependencies_parsed_at":"2023-02-28T13:01:53.151Z","dependency_job_id":null,"html_url":"https://github.com/131/crud","commit_stats":null,"previous_names":["131/crud-fs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/131%2Fcrud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/131%2Fcrud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/131%2Fcrud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/131%2Fcrud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/131","download_url":"https://codeload.github.com/131/crud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254282977,"owners_count":22045131,"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-06T20:17:27.116Z","updated_at":"2025-05-15T05:34:17.846Z","avatar_url":"https://github.com/131.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/131/crud-fs.svg?branch=master)](https://travis-ci.org/131/crud-fs)\r\n[![Coverage Status](https://coveralls.io/repos/github/131/crud-fs/badge.svg?branch=master)](https://coveralls.io/github/131/crud-fs?branch=master)\r\n\r\n[![Version](https://img.shields.io/npm/v/crud-fs.svg)](https://www.npmjs.com/package/crud-fs)\r\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)\r\n[![Code style](https://img.shields.io/badge/code%2fstyle-ivs-green.svg)](https://www.npmjs.com/package/eslint-plugin-ivs)\r\n\r\n\r\n# Motivation\r\n\r\ncrud-fs is a simple static fs backed HTTP CRUD server. (you PUT, DELETE, GET files from the local fs). This is a lightweight read-write alternative to express.static.\r\n\r\n\r\n\r\n# Available API\r\n## Create or Update a file\r\n```\r\necho \"foo\" | curl -X PUT -T - http://localhost:8090/bar\r\n```\r\n\r\n## Read a file\r\n```\r\ncurl -X GET http://localhost:8090/bar\r\n\r\n```\r\n## Delete a file\r\n```\r\ncurl -X DELETE http://localhost:8090/bar\r\n```\r\n\r\n# Not in API, maybe todo\r\n* [ ] Move things\r\n* [ ] List directories\r\n* [ ] Rename things\r\n\r\n\r\n\r\n# Credits \r\n* [131](https://github.com/131)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F131%2Fcrud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F131%2Fcrud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F131%2Fcrud/lists"}