{"id":15602543,"url":"https://github.com/fiveisprime/level-http","last_synced_at":"2025-03-29T13:24:46.237Z","repository":{"id":10753666,"uuid":"13014143","full_name":"fiveisprime/level-http","owner":"fiveisprime","description":"Access your LevelDB instances from multiple processes using HTTP.","archived":false,"fork":false,"pushed_at":"2014-04-06T18:06:06.000Z","size":248,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T22:47:09.040Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://npmjs.org/package/level-http","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/fiveisprime.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}},"created_at":"2013-09-22T13:43:11.000Z","updated_at":"2014-04-06T18:06:06.000Z","dependencies_parsed_at":"2022-08-30T08:24:43.007Z","dependency_job_id":null,"html_url":"https://github.com/fiveisprime/level-http","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiveisprime%2Flevel-http","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiveisprime%2Flevel-http/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiveisprime%2Flevel-http/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiveisprime%2Flevel-http/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fiveisprime","download_url":"https://codeload.github.com/fiveisprime/level-http/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246188714,"owners_count":20737749,"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-10-03T02:41:51.687Z","updated_at":"2025-03-29T13:24:46.211Z","avatar_url":"https://github.com/fiveisprime.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"level-http [![NPM version](https://badge.fury.io/js/level-http.svg)](http://badge.fury.io/js/level-http) [![Build Status](https://travis-ci.org/fiveisprime/level-http.svg?branch=master)](https://travis-ci.org/fiveisprime/level-http)\n==========\n\nAccess your LevelDB instances from multiple processes using HTTP.\n\n# Usage\n\nConfigure the server then start it up:\n\n``` js\nvar server = require('level-http')({\n  db: './mydb'\n, port: process.env.PORT || 8000\n, auth: {\n    username: 'test'\n  , password: 'test'\n  }\n});\n\nserver.start();\n```\n\n_As of version 0.1.0, node version 0.8.x and up are supported and authentication\nis also optional._\n\n## Supported Routes/Methods\n\n`/data`\n\n  * GET - retrieve all keys/values\n\n`/data/:key`\n\n  * GET - retrieve a value\n  * POST - add a value\n  * DELETE - delete a value\n\n# License\n\nThe MIT License (MIT)\n\nCopyright (c) 2013 Matt Hernandez\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiveisprime%2Flevel-http","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiveisprime%2Flevel-http","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiveisprime%2Flevel-http/lists"}