Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elviosak/emoji-picker
emoji picker
https://github.com/elviosak/emoji-picker
Last synced: 2 months ago
JSON representation
emoji picker
- Host: GitHub
- URL: https://github.com/elviosak/emoji-picker
- Owner: elviosak
- Created: 2019-12-26T02:32:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T11:24:41.000Z (almost 2 years ago)
- Last Synced: 2024-05-18T19:09:21.396Z (8 months ago)
- Language: TypeScript
- Size: 9.42 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nodegui - Emoji picker - Just click to copy your Emoji (Apps)
README
# Emoji Picker
Just click to copy your EmojiBuilt with [nodegui](https://github.com/nodegui/nodegui) and [nodegui-starter](https://github.com/nodegui/nodegui-starter)
[v1.0.0 linux Release (AppImage)](https://github.com/slidinghotdog/emoji-picker/releases/tag/v1.0.0)
## Screenshots
### App Window:
![App Window](./screenshot/emoji.png)
### System Tray:
![System Tray](./screenshot/tray.png)## To Use
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer.
Make sure you have met the requirements listed here: https://docs.nodegui.org/#/tutorial/development-environment
From your command line:
```bash
# Clone this repository
git clone https://github.com/elviosak/emoji-picker
# Go into the repository
cd emoji-picker
# Install dependencies
npm install
# Run the app
npm start# Or create an executable file for your platform
npm run pack
```## License
MIT