{"id":24022277,"url":"https://github.com/jakeburden/pull-emoji","last_synced_at":"2025-04-05T21:33:45.644Z","repository":{"id":65371463,"uuid":"80968887","full_name":"jakeburden/pull-emoji","owner":"jakeburden","description":"parse strings into emoji through a pull-stream interface","archived":false,"fork":false,"pushed_at":"2017-02-05T16:28:07.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T06:38:07.157Z","etag":null,"topics":["emoji","pull-emoji","pull-stream"],"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/jakeburden.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":"2017-02-05T04:34:56.000Z","updated_at":"2018-03-12T16:27:30.000Z","dependencies_parsed_at":"2023-01-19T22:35:15.953Z","dependency_job_id":null,"html_url":"https://github.com/jakeburden/pull-emoji","commit_stats":null,"previous_names":["jekrb/pull-emoji"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeburden%2Fpull-emoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeburden%2Fpull-emoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeburden%2Fpull-emoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeburden%2Fpull-emoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakeburden","download_url":"https://codeload.github.com/jakeburden/pull-emoji/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247406076,"owners_count":20933803,"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":["emoji","pull-emoji","pull-stream"],"created_at":"2025-01-08T13:49:42.301Z","updated_at":"2025-04-05T21:33:45.626Z","avatar_url":"https://github.com/jakeburden.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pull-emoji\n\n[![build status][travis-image]][travis-url]\n[![js-standard-style][standard-image]][standard-url]\n\n\u003e parse strings into emoji through a pull-stream interface\n\n\n## Usage\n\n```js\nvar pull = require('pull-stream')\nvar emoji = require('pull-emoji')\n\npull(\n  pull.values([\n    ':pizza:',\n    ':sparkles: beep boop :robot:',\n    'cool :flag_black:'\n  ]),\n  emoji(),\n  pull.collect(function (end, values) {\n    console.log(values[0])\n    console.log(values[1])\n    console.log(values[2])\n  })\n)\n```\n\noutputs\n\n```\n🍕\n✨ beep boop 🤖\ncool 🏴\n```\n\n## API\n\n```js\nvar emoji = require('pull-emoji')\n```\n\n## Install\n\nWith [npm](https://npmjs.org/) installed, run\n\n```\n$ npm install pull-emoji --save\n```\n\n## Acknowledgments\n\npull-emoji was inspired by emojione and pull-stream\n\n## See Also\n\n- [`Ranks/emojione`](https://github.com/Ranks/emojione)\n- [`Dominic/pull-stream`](http://gitmx.com/%25xAFKL6PBr1CIzL5xGHZC5DFVWiXmc7R0MMnZnBwq%2Fyk%3D.sha256)\n\n## License\n\nMIT\n\n[travis-image]: https://img.shields.io/travis/jekrb/pull-emoji/master.svg?style=flat-square\n[travis-url]: https://travis-ci.org/jekrb/pull-emoji\n[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square\n[standard-url]: https://github.com/feross/standard","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakeburden%2Fpull-emoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakeburden%2Fpull-emoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakeburden%2Fpull-emoji/lists"}