{"id":19063432,"url":"https://github.com/nmuldavin/satellitestreams","last_synced_at":"2026-06-19T02:31:35.773Z","repository":{"id":177498762,"uuid":"67945964","full_name":"nmuldavin/SatelliteStreams","owner":"nmuldavin","description":null,"archived":false,"fork":false,"pushed_at":"2017-03-20T23:13:25.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T02:41:21.489Z","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/nmuldavin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-11T18:08:10.000Z","updated_at":"2017-03-20T23:13:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"f1ef3d06-ae09-4366-a201-b87fe15ac493","html_url":"https://github.com/nmuldavin/SatelliteStreams","commit_stats":null,"previous_names":["nmuldavin/satellitestreams"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nmuldavin/SatelliteStreams","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmuldavin%2FSatelliteStreams","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmuldavin%2FSatelliteStreams/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmuldavin%2FSatelliteStreams/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmuldavin%2FSatelliteStreams/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nmuldavin","download_url":"https://codeload.github.com/nmuldavin/SatelliteStreams/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmuldavin%2FSatelliteStreams/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34515405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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-09T00:35:58.481Z","updated_at":"2026-06-19T02:31:35.740Z","avatar_url":"https://github.com/nmuldavin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Satellite Streams\n\nA set of streams that provide and transform data from [wheretheiss.at/](http://wheretheiss.at/).\n###Installation\n\n``git clone https://github.com/nmuldavin/SatelliteStreams.git`` then ``npm install``.\n\n###Included Streams\n\n* **SatelliteStream**: Provides a readable stream of raw satellite data. Initialize with ``new SatelliteStream(options)`` where options is an object specifying a satellite id and request rate in ms:\n\n\t```\n\tconst SatelliteStream = require('./');\n\n\tconst satStr = new SatelliteStream({ rate: 1000, id: 25544 });\n\t```\n\n* **RateStream**: A transform stream that calculates latitude and longitude rates given a SatelliteStream input. Initialize with ``new RateStream()``:\n\n\t```\n\tconst satStrs = require('./');\n\n\tconst satStream = new satStrs.SatelliteStream({ rate: 1000, id: 25544 });\n\tconst rateStream = new satStrs.RateStream();\n\n\tsatStream.pipe(rateStream);\n\t```\n\n###Demo\n\nFor a demo run ``node example``.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnmuldavin%2Fsatellitestreams","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnmuldavin%2Fsatellitestreams","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnmuldavin%2Fsatellitestreams/lists"}