Mojee 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Mojee --version 1.0.0
NuGet\Install-Package Mojee -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Mojee" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mojee --version 1.0.0
#r "nuget: Mojee, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Mojee as a Cake Addin
#addin nuget:?package=Mojee&version=1.0.0

// Install Mojee as a Cake Tool
#tool nuget:?package=Mojee&version=1.0.0

Welcome to Mojee πŸ€ͺ

What is Mojee?

Mojee is a lightning ⚑ fast Emoji library for .NET & TypeScript (.ts is coming soon).

Mojee - A lighting fast Emoji libraries

Mojee's big party trick is the ultra-high-performance parse and replacement of emoji :short-codes: within a block of text. Pass a string of text to Mojee, and Mojee will convert any emoji :short-codes: found with actual emoji character instances. Here's a basic Mojee Replace sample:

// Replace all shortcodes with an emoji
var result = Mojee.Replace("Hello, world :smile:");

Console.WriteLine(result);

The console output from the above sample would be:

Hello, world πŸ˜„

Mojee is also amazing at Emoji search. Search for any term and Mojee will hand back a collection of emoji results. The following sample demonstrates a basic emoji search using Mojee.

// Search for emojis
Mojee.Search("smile").ToList()
     .ForEach(emoji => Console.Write(emoji));

The console output from the above sample would be:

πŸ˜„ 😸 πŸ˜ƒ 😺 πŸ˜…

Getting Started

Within seconds, Mojee can be added to any .NET Core project using NuGet.

# Install using dotnet CLI
dotnet add package Mojee

# or,

# Instal using NuGet CLI
Install-Package Mojee

The following sequence of commands could be used to create a new .NET Console project using the dotnet CLI, then add Mojee, and finally open the new project in Visual Studio Code.

mkdir MojeeDemo          # Make a new folder
cd MojeeDemo             # Move into the new folder
dotnet new console       # Create a new .NET Console app
dotnet add package Mojee # Add Mojee to your new project
code .                   # Open in Visual Studio Code

The MojeeIO API is now available within your app. The following sample demonstrates a basic Console app scenario with Mojee.

using System;
using MojeeIO;

namespace MojeeDemo
{
    class Program
    {
        static void Main(string[] args)
        {
            // Search for emojis
            Mojee.Search("smile").ToList()
                .ForEach(emoji => Console.Write(emoji));

            Console.ReadKey();
        }
    }
}

Licensing

Mojee is free to use in both open-source and commercial applications, although with support for a limited set of emojis unless a license key is purchased.

Todays most 100 most popular emojis are supported for free, which covers approximately 80% of all emojis used. The following table documents the 100 emojis currently supported in the free (no license key) version of Mojee.

πŸ˜€ πŸ˜ƒ πŸ˜„ 😁 πŸ˜† πŸ˜… πŸ˜‚ πŸ˜‰ 😊 πŸ˜‡
😍 😘 ☺️ 😚 πŸ˜‹ πŸ˜› 😜 😝 😐 πŸ˜‘
😢 😏 πŸ˜’ 😬 😌 πŸ˜” πŸ˜ͺ 😴 😷 😎
πŸ˜• 😳 πŸ˜₯ 😒 😭 😱 πŸ˜– 😣 😞 πŸ˜“
😩 😫 😀 😑 😠 😈 πŸ’€ 😻 πŸ™ˆ πŸ™Š
πŸ’‹ πŸ’˜ πŸ’– πŸ’— πŸ’“ πŸ’ž πŸ’• πŸ’” ❀️ πŸ’›
πŸ’š πŸ’™ πŸ’œ πŸ’― πŸ’₯ πŸ‘‹ βœ‹ πŸ‘Œ ✌️ πŸ‘ˆ
πŸ‘‰ πŸ‘‡ πŸ‘ πŸ‘Š πŸ‘ πŸ™Œ πŸ™ πŸ’ͺ πŸ‘€ πŸ’
🌸 🌹 🌚 β˜€οΈ ⭐ ⚑ πŸ”₯ ✨ πŸŽ‰ β™₯️
πŸ‘‘ 🎢 πŸ“· ➑️ ⬅️ ▢️ ♻️ βœ… βœ”οΈ πŸ”΄

Please see the License Key Configuration guide for instructions on how to add your Mojee License key to a project.

Purchasing a Pro or Team license key will unlock the full power of Mojee with support for all 1743 emojis.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.0 1,479 3/2/2023
1.3.0 2,048 2/8/2022
1.2.0 2,559 4/29/2021
1.1.0 1,299 12/25/2020
1.0.0 1,271 11/9/2020