{"id":4700,"url":"https://github.com/tradle/react-native-level-fs","last_synced_at":"2025-08-04T01:33:02.104Z","repository":{"id":25706493,"uuid":"29143173","full_name":"tradle/react-native-level-fs","owner":"tradle","description":"fs for the browser using level-filesystem and browserify","archived":false,"fork":true,"pushed_at":"2019-10-09T21:33:03.000Z","size":10,"stargazers_count":26,"open_issues_count":1,"forks_count":16,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-02T11:10:26.643Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"mafintosh/browserify-fs","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tradle.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":"2015-01-12T15:56:08.000Z","updated_at":"2024-03-29T00:00:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tradle/react-native-level-fs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tradle/react-native-level-fs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tradle%2Freact-native-level-fs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tradle%2Freact-native-level-fs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tradle%2Freact-native-level-fs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tradle%2Freact-native-level-fs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tradle","download_url":"https://codeload.github.com/tradle/react-native-level-fs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tradle%2Freact-native-level-fs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268636596,"owners_count":24282130,"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","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-01-05T20:17:20.678Z","updated_at":"2025-08-04T01:33:01.769Z","avatar_url":"https://github.com/tradle.png","language":"JavaScript","readme":"# react-native-level-fs\n\n[fs](http://nodejs.org/api/fs.html) in react-native using [level-filesystem](https://github.com/mafintosh/level-filesystem) and [asyncstorage-down](https://github.com/tradle/asyncstorage-down)\n\n\tnpm install react-native-level-fs\n\n## Usage\n\nTo use simply require it and use it as you would fs\n\n(package.json)\n\n```json\n{\n    ...\n    \"browser\": {\n       \"fs\": \"react-native-level-fs\" \n    }\n    ...\n}\n```\n\n``` js\nvar fs = require('fs');\n\nfs.mkdir('/home', function() {\n\tfs.writeFile('/home/hello-world.txt', 'Hello world!\\n', function() {\n\t\tfs.readFile('/home/hello-world.txt', 'utf-8', function(err, data) {\n\t\t\tconsole.log(data);\n\t\t});\n\t});\n});\n```\n\n## License\n\nMIT\n","funding_links":[],"categories":["Components"],"sub_categories":["Storage"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftradle%2Freact-native-level-fs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftradle%2Freact-native-level-fs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftradle%2Freact-native-level-fs/lists"}