{"id":25044682,"url":"https://github.com/blad/nosey","last_synced_at":"2025-08-29T09:24:09.970Z","repository":{"id":25289528,"uuid":"28715541","full_name":"blad/nosey","owner":"blad","description":"Realm.io Android data browser","archived":false,"fork":false,"pushed_at":"2018-12-06T18:48:27.000Z","size":115,"stargazers_count":48,"open_issues_count":1,"forks_count":9,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-21T02:05:26.287Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blad.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-02T14:30:07.000Z","updated_at":"2023-05-09T19:49:08.000Z","dependencies_parsed_at":"2022-09-09T08:02:11.051Z","dependency_job_id":null,"html_url":"https://github.com/blad/nosey","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blad/nosey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blad%2Fnosey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blad%2Fnosey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blad%2Fnosey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blad%2Fnosey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blad","download_url":"https://codeload.github.com/blad/nosey/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blad%2Fnosey/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272659284,"owners_count":24971607,"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-29T02:00:10.610Z","response_time":87,"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":"2025-02-06T05:19:01.521Z","updated_at":"2025-08-29T09:24:09.949Z","avatar_url":"https://github.com/blad.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"NoseyExplorer - Realm.io Android Data Explorer\n======\n\nNoseyExplorer is a simple explorer that lets you see the data that Realm.io has saved for your models.\n\nSimply register your models and your ready to start browsing your data from within your app.\n\n## Usage\n\n### Including NoseyExplorer:\n\n```\ncd project-root\ngit submodule add nosey git@github.com:blad/nosey.git\n```\n\n`Settings.gradle`:\n```Groovy\ninclude ':my-project', ':noseyexplorer'\nproject(':noseyexplorer').projectDir = new File(settingsDir, 'nosey/noseyexplorer')\n```\n\nMain project's `build.gradle`:\n```Groovy\ndependencies {\n  compile project(':noseyexplorer')\n}\n```\n\n### Using NoseyExplorer to Browse Data:\n\n```Java\nNosey.getInstance(context)\n  // Register Your Models with NoseyExplorer:\n  .register(MyModelNumberOne.class)\n  .register(MyModelNumberTwo.class)\n  .register(MyModelNumberThree.class)\n  .register(MyAwesomeModel.class)\n  // Call start to open the Activity to Browse the Models\n  .start();\n```\n\n## License\n\n\u003e   Copyright 2015 Bladymir Tellez\n\u003e\n\u003e Licensed under the Apache License, Version 2.0 (the \"License\");\n\u003e you may not use this file except in compliance with the License.\n\u003e You may obtain a copy of the License at\n\u003e\n\u003e http://www.apache.org/licenses/LICENSE-2.0\n\u003e\n\u003e Unless required by applicable law or agreed to in writing, software\n\u003e distributed under the License is distributed on an \"AS IS\" BASIS,\n\u003e WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\u003e See the License for the specific language governing permissions and\n\u003e limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblad%2Fnosey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblad%2Fnosey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblad%2Fnosey/lists"}