{"id":13442077,"url":"https://github.com/0no-co/wonka","last_synced_at":"2025-05-15T01:04:07.157Z","repository":{"id":53210893,"uuid":"122924504","full_name":"0no-co/wonka","owner":"0no-co","description":"🎩 A tiny but capable push \u0026 pull stream library for TypeScript and Flow","archived":false,"fork":false,"pushed_at":"2025-04-18T19:46:05.000Z","size":2703,"stargazers_count":722,"open_issues_count":2,"forks_count":30,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-05-08T00:11:33.575Z","etag":null,"topics":["callbag","events","iterable","javascript","observable","stream","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0no-co.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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,"zenodo":null},"funding":{"github":"urql-graphql","open_collective":"urql-graphql"}},"created_at":"2018-02-26T06:34:12.000Z","updated_at":"2025-04-24T11:44:03.000Z","dependencies_parsed_at":"2023-02-04T06:30:46.886Z","dependency_job_id":"b3f8dce2-0f97-4cad-96bd-bdf72a56aa8f","html_url":"https://github.com/0no-co/wonka","commit_stats":{"total_commits":347,"total_committers":17,"mean_commits":20.41176470588235,"dds":0.1412103746397695,"last_synced_commit":"183925e1565c6cdfbebdbffada3e7c32bc620ac3"},"previous_names":["kitten/wonka"],"tags_count":71,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0no-co%2Fwonka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0no-co%2Fwonka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0no-co%2Fwonka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0no-co%2Fwonka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0no-co","download_url":"https://codeload.github.com/0no-co/wonka/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254254040,"owners_count":22039792,"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":["callbag","events","iterable","javascript","observable","stream","typescript"],"created_at":"2024-07-31T03:01:41.400Z","updated_at":"2025-05-15T01:04:06.687Z","avatar_url":"https://github.com/0no-co.png","language":"TypeScript","funding_links":["https://github.com/sponsors/urql-graphql","https://opencollective.com/urql-graphql"],"categories":["HarmonyOS","TypeScript"],"sub_categories":["Windows Manager"],"readme":"# Wonka\n\nA tiny but capable push \u0026 pull stream library for TypeScript and Flow,\nloosely following the [callbag spec](https://github.com/callbag/callbag)\n\n\u003e **NOTE:** The currently released version v6 is only compatible now with TypeScript, Flow, and JavaScript.\n\u003e If you're looking for Reason/OCaml/esy/dune support, please check v5, and if you're looking for the legacy version\n\u003e of this library check v4.\n\n\u003cbr\u003e\n\u003ca href=\"https://npmjs.com/package/wonka\"\u003e\n  \u003cimg alt=\"NPM Version\" src=\"https://img.shields.io/npm/v/wonka.svg\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://npmjs.com/package/wonka\"\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/npm/l/wonka.svg\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://coveralls.io/github/kitten/wonka?branch=master\"\u003e\n  \u003cimg src=\"https://coveralls.io/repos/github/kitten/wonka/badge.svg?branch=master\" alt=\"Test Coverage\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://bundlephobia.com/result?p=wonka\"\u003e\n  \u003cimg alt=\"Minified gzip size\" src=\"https://img.shields.io/bundlephobia/minzip/wonka.svg?label=gzip%20size\" /\u003e\n\u003c/a\u003e\n\u003cbr\u003e\n\n\u003e “There’s no earthly way of knowing\u003cbr\u003e\n\u003e Which direction we are going\u003cbr\u003e\n\u003e There’s no knowing where we’re rowing\u003cbr\u003e\n\u003e Or which way the river’s flowing” － **Willy Wonka**\n\n\u003cbr\u003e\n\n![Wonka](/docs/wonka.jpg?raw=true)\n\nWonka is a lightweight iterable and observable library loosely based on\nthe [callbag spec](https://github.com/callbag/callbag). It exposes a set of helpers to create streams,\nwhich are sources of multiple values, which allow you to create, transform\nand consume event streams or iterable sets of data.\n\n## [Documentation](https://wonka.kitten.sh/)\n\n**See the documentation at [wonka.kitten.sh](https://wonka.kitten.sh)** for more information about using `wonka`!\n\n- [Introduction](https://wonka.kitten.sh/)\n- [**Getting started**](https://wonka.kitten.sh/getting-started)\n- [Basics](https://wonka.kitten.sh/basics/)\n- [API Reference](https://wonka.kitten.sh/api/)\n\nThe raw markdown files can be found [in this repository in the `docs` folder](https://github.com/kitten/wonka/tree/master/docs).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0no-co%2Fwonka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0no-co%2Fwonka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0no-co%2Fwonka/lists"}