Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/99x/emojideno
Emoji :smile: for deno developers :+1:
https://github.com/99x/emojideno
deno emojis hacktoberfest library typescript-library
Last synced: 3 months ago
JSON representation
Emoji :smile: for deno developers :+1:
- Host: GitHub
- URL: https://github.com/99x/emojideno
- Owner: 99x
- License: mit
- Created: 2020-06-21T09:23:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T15:02:34.000Z (over 4 years ago)
- Last Synced: 2024-07-28T14:22:33.960Z (3 months ago)
- Topics: deno, emojis, hacktoberfest, library, typescript-library
- Language: TypeScript
- Homepage:
- Size: 38.1 KB
- Stars: 12
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emojideno
[![GitHub license](https://img.shields.io/github/license/99xt-incubator/emojideno)](https://github.com/99xt-incubator/emojideno/blob/master/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/99xt-incubator/emojideno)](https://github.com/99xt-incubator/emojideno/issues)
[![GitHub stars](https://img.shields.io/github/stars/99xt-incubator/emojideno)](https://github.com/99xt-incubator/emojideno/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/99xt-incubator/emojideno)](https://github.com/99xt-incubator/emojideno/network)
[![GitHub last commit](https://img.shields.io/github/last-commit/99xt-incubator/emojideno)](https://img.shields.io/github/last-commit/99xt-incubator/emojideno)Emoji :smile: for deno developers :+1:
This will convert emoji codes in strings to unicode emojis.
```typescript
emojize("Emoji :laptop_computer: for deno :+1:")
```**Output string**
> Emoji 💻 for deno 👍
**Sample program**
```typescript
import { emojize } from "https://raw.githubusercontent.com/99xt-incubator/emojideno/master/mod.ts"console.log(emojize("Emoji :laptop_computer: for deno :+1:"));
```**How to run sample?**
```
$ deno run https://raw.githubusercontent.com/99xt-incubator/emojideno/master/example.ts
```## Roadmap
See the [open issues](https://github.com/99xt-incubator/emojideno/issues) for a list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request