Liking cljdoc? Tell your friends :D

ascii-emoji

Build Status Clojure version

Use ASCII Emoji, in Clojure!

Usage

Installation

Leiningen/Boot Project file

[ascii-emoji "0.1.0"]

Start Using

In the REPL

(require '[ascii-emoji.core :as emoji])

In your application

(ns my-app.core
  (:require [ascii-emoji.core :as emoji]))

License

Copyright © 2020 Bill Howe

This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.

This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version, with the GNU Classpath Exception which is available at https://www.gnu.org/software/classpath/license.html.


ASCII Data

Some ASCII emojis obtained from: http://asciimoji.com/

The license for that project is:

"THE BEER-WARE LICENSE" (Revision 42):

Volker Wieban thesquidpeople@gmail.com wrote this file.

As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.


Can you improve this documentation? These fine people already did:
Bill Howe & wdhowe
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close