{"id":21722423,"url":"https://github.com/timstott/microscope","last_synced_at":"2026-05-06T01:33:56.239Z","repository":{"id":74257772,"uuid":"20614734","full_name":"timstott/microscope","owner":"timstott","description":"Example Meteor application from the Discover Meteor book","archived":false,"fork":false,"pushed_at":"2014-06-24T18:03:42.000Z","size":216,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-15T02:02:54.616Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timstott.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-08T10:44:26.000Z","updated_at":"2014-06-24T18:03:42.000Z","dependencies_parsed_at":"2023-02-22T12:16:06.774Z","dependency_job_id":null,"html_url":"https://github.com/timstott/microscope","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timstott/microscope","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timstott%2Fmicroscope","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timstott%2Fmicroscope/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timstott%2Fmicroscope/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timstott%2Fmicroscope/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timstott","download_url":"https://codeload.github.com/timstott/microscope/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timstott%2Fmicroscope/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275194018,"owners_count":25421441,"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-09-15T02:00:09.272Z","response_time":75,"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-11-26T02:28:49.779Z","updated_at":"2025-10-28T19:11:43.357Z","avatar_url":"https://github.com/timstott.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Microscope - Discover Meteor\n\n# Notes to self\n\n## Folder structure\n* Code in the /server directory only runs on the server.\n* Code in the /client directory only runs on the client.\n* Everything else runs on both the client and server.\n* Files in /lib are loaded before anything else.\n* Any main.* file is loaded after everything else. Your static assets (fonts, images, etc.) go in the /public directory.\n\n## Find \u0026 Fetch\n\nIn Meteor, find() returns a cursor, which is a reactive data source. When we\nwant to log its contents, we can then use fetch() on that cursor to transform it\ninto an array .\n\nWithin an app, Meteor is smart enough to know how to iterate over cursors\nwithout having to explicitly convert them into arrays first. This is why you\nwon't see fetch() that often in actual Meteor code (and why we didn't use it in\nthe above example).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimstott%2Fmicroscope","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimstott%2Fmicroscope","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimstott%2Fmicroscope/lists"}