{"id":18023124,"url":"https://github.com/rustyconover/microprediction-node","last_synced_at":"2025-07-12T12:08:43.640Z","repository":{"id":57296705,"uuid":"282335608","full_name":"rustyconover/microprediction-node","owner":"rustyconover","description":"A Microprediction.org client implementation that uses TypeScript.","archived":false,"fork":false,"pushed_at":"2023-03-14T16:13:08.000Z","size":359,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-04T17:18:31.774Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/rustyconover.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":"2020-07-24T23:40:15.000Z","updated_at":"2021-06-15T18:34:34.000Z","dependencies_parsed_at":"2024-10-30T07:41:28.355Z","dependency_job_id":null,"html_url":"https://github.com/rustyconover/microprediction-node","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rustyconover/microprediction-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustyconover%2Fmicroprediction-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustyconover%2Fmicroprediction-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustyconover%2Fmicroprediction-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustyconover%2Fmicroprediction-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rustyconover","download_url":"https://codeload.github.com/rustyconover/microprediction-node/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustyconover%2Fmicroprediction-node/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264987395,"owners_count":23693823,"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-30T07:07:22.153Z","updated_at":"2025-07-12T12:08:43.351Z","avatar_url":"https://github.com/rustyconover.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Microprediction for TypeScript/Node.js\n\nAn implementation of a [Microprediction.org](https://microprediction.org) client using TypeScript and Node.js.\n\n## Installation\n\n```sh\nnpm install microprediction\n```\n\n## Usage\n\nThe code in `test/test.js` tests all of the usage of MicroReader and\nMicroWriter.\n\nAn example to retrieve the latest value of a stream:\n\n```js\nlet reader: MicroReader;\nlet config: MicroReaderOptions;\nconst test_stream_name = \"South_Australia_Electricity_Price.json\";\nconfig = await MicroReaderConfig.create({});\nreader = new MicroReader(config);\n\nconst result = await reader.get_current_value(test_stream_name);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustyconover%2Fmicroprediction-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frustyconover%2Fmicroprediction-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustyconover%2Fmicroprediction-node/lists"}