https://github.com/ericflo/irlmoji
Take a pic that looks like an emoji!
https://github.com/ericflo/irlmoji
Last synced: 12 months ago
JSON representation
Take a pic that looks like an emoji!
- Host: GitHub
- URL: https://github.com/ericflo/irlmoji
- Owner: ericflo
- Created: 2014-03-14T15:28:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-09T21:38:49.000Z (about 12 years ago)
- Last Synced: 2024-04-18T06:36:09.022Z (about 2 years ago)
- Language: JavaScript
- Homepage: https://www.irlmoji.com/
- Size: 10.6 MB
- Stars: 50
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
irlmoji
=======
Take a pic that looks like an emoji!
Install Yourself
================
* Create env.json (look at env.json.sample) and configure for local development
* Also copy that file to 'ansible/roles/app/templates/env.json.j2' and make
sure it's configured for production
* Drop your SSL certificate into
'ansible/roles/nginx/templates/irlmoji.com.key.j2' and
'ansible/roles/nginx/templates/irlmoji.com.pem.j2'
* Copy some environment vars into
'ansible/roles/db/templates/AWS_ACCESS_KEY_ID.j2',
'ansible/roles/db/templates/AWS_SECRET_ACCESS_KEY.j2', and
'ansible/roles/db/templates/WALE_S3_PREFIX.j2'.
* Fill in the vars at 'ansible/group_vars/appserver' (look at
'ansible/group_vars/appserver.example')
TODO
====
* Parse actual emoji unicode code points after picture upload instead of making
users type in the english version
* Make sure you don't have to tap on the emoji image itself but can tap on the
whole row after picture upload (iOS specifically)