https://github.com/up9cloud/node-emoticon
https://github.com/up9cloud/node-emoticon
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/up9cloud/node-emoticon
- Owner: up9cloud
- License: lgpl-3.0
- Created: 2014-09-10T23:56:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T11:17:54.000Z (almost 5 years ago)
- Last Synced: 2025-04-05T21:15:00.614Z (about 1 year ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
node-emoticon
=============
##build from source
```
npm install
grunt build
```
##run server
```
npm install --production
npm start
```