All Projects → the-heap → Emojions

the-heap / Emojions

Licence: other
Embeddable Emoji Bar

Programming Languages

javascript
184084 projects - #8 most used programming language
elm
856 projects
HTML
75241 projects
python
139335 projects - #7 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Emojions

Supernova Emoji
library to implement and render emojis For Android
Stars: ✭ 334 (+2126.67%)
Mutual labels:  emoji, emojis
React Native Animated Emoji
Animated Floating Reactions like Facebook 👍
Stars: ✭ 82 (+446.67%)
Mutual labels:  emoji, emojis
Oji
(◕‿◕) Text Emoticons Maker
Stars: ✭ 668 (+4353.33%)
Mutual labels:  emoji, emojis
emoji-extractor-plus
Extract emojis from Apple font in PNG format
Stars: ✭ 42 (+180%)
Mutual labels:  emoji, emojis
Spacymoji
💙 Emoji handling and meta data for spaCy with custom extension attributes
Stars: ✭ 151 (+906.67%)
Mutual labels:  emoji, emojis
latexemoji
Latex package to include emoji in Latex document
Stars: ✭ 17 (+13.33%)
Mutual labels:  emoji, emojis
Awesome Emoji Picker
Add-on/WebExtension that provides a modern emoji picker that you can use to find and copy/insert emoji into the active web page.
Stars: ✭ 54 (+260%)
Mutual labels:  emoji, emojis
cz-gitmoji
🔬😜 Commitizen adapter for gitmoji.
Stars: ✭ 25 (+66.67%)
Mutual labels:  emoji, emojis
Whatsbook
Create books from WhatsApp group chats with Python and LaTeX
Stars: ✭ 147 (+880%)
Mutual labels:  emoji, emojis
Emojica
A Swift framework for using custom emoji in strings.
Stars: ✭ 93 (+520%)
Mutual labels:  emoji, emojis
DreamBig
☁🌝☁ 3D emoji drawing iPad app with ARKit and the Apple Pencil ☁🌝☁
Stars: ✭ 24 (+60%)
Mutual labels:  emoji, emojis
spacymoji
💙 Emoji handling and meta data for spaCy with custom extension attributes
Stars: ✭ 174 (+1060%)
Mutual labels:  emoji, emojis
EmojiReader
A simple tool to recognize Emoji in string. (JavaScript & Java)
Stars: ✭ 61 (+306.67%)
Mutual labels:  emoji, emojis
slack-emoji-for-techies
100s of Slack emoji, many tech-related
Stars: ✭ 123 (+720%)
Mutual labels:  emoji, emojis
emojis
An emoji management bot for Discord.
Stars: ✭ 18 (+20%)
Mutual labels:  emoji, emojis
Styleguide Git Commit Message
/sBin/StyleGuide/Git/CommitMessage
Stars: ✭ 934 (+6126.67%)
Mutual labels:  emoji, emojis
Emojipacks
CLI to bulk upload emojis to your Slack
Stars: ✭ 1,275 (+8400%)
Mutual labels:  emoji, emojis
AllGithubEmojis
A list of all supported github emojis updated weekly. https://jzeferino.github.io/AllGithubEmojis/
Stars: ✭ 82 (+446.67%)
Mutual labels:  emoji, emojis
Emoji-Log-VSCode
Emoji-Log VSCode Extension — An Emoji Git commit log messages spec standard. [ 📦👌🐛📖🚀🤖 ‼️]
Stars: ✭ 44 (+193.33%)
Mutual labels:  emoji, emojis
country-flag-emoji-json
Country flag emojis in JSON format.
Stars: ✭ 92 (+513.33%)
Mutual labels:  emoji

Emojions

Join the chat at https://gitter.im/the-heap/Lobby Pull Requests Welcome first-timers-only Friendly CircleCI Twitter

Welcome to one of THE HEAP's open projects! For the month of May We're building an embeddeable emoji bar. This project aims to be as accessible as possible to people who want to contribute to open source code! We've got a few things to go over, so if you're new to Github, or contributing to open source software, take a breather and then read on! You got this. 👌

Before we get into the project itself, let's get to know our collaborative environment:

  • Most of the activity regarding the project's status happens right here on github, especially on the issues page. Here you can see a roadmap for our project, pick out issues, and keep an eye on conversations.
  • The Heap will also be making videos to document the process (live coding, demonstrations, "office hours" and so on). Subscribe to the Youtube Channel.
  • The Heap has a Twitter account to tweet both about projects and programming (and life, the universe...). Follow us to stay in the loop

For this project, our goal is to create an embeddable emoji bar that users on any website can interact with. This was blatantly inspired by Github issues, and Slack. This is an example image from a Github issue page:

inspriation image

The above is an example of what I call a "reaction bar" — an interactive page element in which users can click on an emoji and increment it's respective counter.

Getting Started

To contribute successfully to this project it might take a bit of time to setup and become aquainted with both the project itself and how you can best add your contributions. The following steps will inform the code you write and help you make good pull requests.

  1. Understanding the project / product
  2. Understanding how to contribute
  3. Read Project Components below, for getting setup.

Project Setup

One important thing to note is that this Repository is a monorepo. This means that there are three seperate "sub projects" within this single repo. In this case there is the snippet, client and api. It is essential to understand the differences, and I'll do my best to explain them; consider checking the road map to learn more, and feel free to comment if anything is not clear.

Snippet :

cd snippet
npm install

To run the snippet and see it working, you'll need to open the example.html page in the build folder to test.

Client

Client is a bit of a tricky name (I probably could have named this better, but let's stick with it for now). The client is a small web app. The goal of the client is to _provide a place for a user to go to a page and customize the emojis they want to show up when they use the snippet. example: you run a blog and at the bottom of it you want an emojion bar with 👔🐦🐯🎩 at the bottom. The client provides a web interface that will generate an instance of the snippet or a user to implement.

# change directories into /client/
cd client
# install elm deps
npm install
# boot the program!
npm start
  1. Install Elm (follow this entire guide if you can!)
  2. Go into your terminal and navigate to the folder ./client in this repo.
  3. Run: elm reactor.
  4. Go to localhost:8000. Elm should download whatever packages you need to run the project.
  5. Using elm reactor you can navigate our app. I recommend clicking on the main entry point, which should be main.elm.

Api

Installation Instructions:

  • You'll probably want to have python3 installed. You might already, so try this out! If not, go ahead and download + install it
# change directories into the /api folder
cd api
# ... installing all your deps
make setup
# run the server! ( you will need to stop / start on change yourself.)
make run

Terminology

If you are a bit lost, the following terminology might help to clarify some aspects of the project.

Emoji-bar: A container with emojis (👋) in it, and the corresponding number of time they have been clicked (think, facebook, slack, github isues etc).

Snippet: The embeddable script that allows an end user to add an "emoji bar" to their website

Client : Where a user can go to customize their snippet (the emoji's that show up.)

Api : A wrapper for the database — it allows a user of the emoji bar to store the click count ... somewhere, and then retrieve that amount when desired

Development Environment

  • Docker - you can also use Docker to get started but it is somewhat borked and unfinished. If you know how to fix / make docker work please help me 🐳🐋 (I'm trying to get the entire stack launched from docker for easier barrier to entry for contributions. For example; all apps will run in docker (including our front end — especially Elm)
  • Testing - Please refer to our wiki for how testing works

Other

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].