{"id":26665312,"url":"https://github.com/elsehow/kefir-takenth","last_synced_at":"2025-03-25T17:36:50.270Z","repository":{"id":76067739,"uuid":"44073379","full_name":"elsehow/kefir-takenth","owner":"elsehow","description":"take every nth element of a kefir stream","archived":false,"fork":false,"pushed_at":"2015-10-12T16:01:43.000Z","size":124,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T03:49:00.484Z","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/elsehow.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":"2015-10-11T23:14:36.000Z","updated_at":"2015-10-11T23:46:03.000Z","dependencies_parsed_at":"2023-03-11T21:28:06.494Z","dependency_job_id":null,"html_url":"https://github.com/elsehow/kefir-takenth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fkefir-takenth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fkefir-takenth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fkefir-takenth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fkefir-takenth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elsehow","download_url":"https://codeload.github.com/elsehow/kefir-takenth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245511365,"owners_count":20627375,"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":"2025-03-25T17:36:49.719Z","updated_at":"2025-03-25T17:36:50.265Z","avatar_url":"https://github.com/elsehow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kefir-takenth\n\ntake every nth element of a [kefir](https://rpominov.github.io/kefir/) stream!\n\n## installation\n\n`npm install kefir-takenth`\n\n## usage\n\n```javascript\nvar Kefir = require('kefir')\nvar takeNth = require('kefir-takenth')\nvar a = Kefir.sequentially(1, ['a','b','c','d','e','f'])\ntakeNth(a, 3).log()\n\u003e c\n\u003e f\n```\n\n## API\n\n### takeNth(stream, n)\n\nreturns a kefir stream of every `n`th element from `stream`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsehow%2Fkefir-takenth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felsehow%2Fkefir-takenth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsehow%2Fkefir-takenth/lists"}