https://github.com/cldwalker/emojinator
a silly app that slurps a url and emojinates any word that matches an emoji name
https://github.com/cldwalker/emojinator
Last synced: 9 months ago
JSON representation
a silly app that slurps a url and emojinates any word that matches an emoji name
- Host: GitHub
- URL: https://github.com/cldwalker/emojinator
- Owner: cldwalker
- Created: 2013-03-28T22:39:36.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-04T22:04:32.000Z (about 13 years ago)
- Last Synced: 2025-08-31T00:51:33.301Z (9 months ago)
- Language: Clojure
- Size: 113 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
This is a simple, silly app that slurps a url and emojinates any word
that matches an emoji name. For example, to emojinate
https://github.com, just add it to the root of this app e.g.
[http://localhost:8080/https://github.com](http://localhost:8080/https://github.com/).
See [the demo app](http://emojinator.herokuapp.com/).
## Getting Started
1. Start the application: `lein run`
2. Go to [localhost:8080](http://localhost:8080/)
## Limitations
This app doesn't handle any number of local asset requests that
slurped urls will make. These fail for now and it's okay as long
as they don't prevent a page from rendering.