Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiagodanin/junicodeinfo
Verify unicode in your text
https://github.com/tiagodanin/junicodeinfo
javascript unicode utility website
Last synced: 15 days ago
JSON representation
Verify unicode in your text
- Host: GitHub
- URL: https://github.com/tiagodanin/junicodeinfo
- Owner: TiagoDanin
- License: agpl-3.0
- Created: 2017-07-13T14:29:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T13:30:18.000Z (2 months ago)
- Last Synced: 2024-10-03T11:41:59.041Z (about 1 month ago)
- Topics: javascript, unicode, utility, website
- Language: JavaScript
- Homepage: https://TiagoDanin.github.io/JUnicodeInfo
- Size: 306 KB
- Stars: 2
- Watchers: 3
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JUnicodeInfo
Verify unicode in your textBased on [JuanPotato/unicode_bot](https://github.com/JuanPotato/unicode_bot)
## Usage
[TiagoDanin.github.io/JUnicodeInfo](https://TiagoDanin.github.io/JUnicodeInfo)## Installation
This is a [Node.js](https://nodejs.org/) module available through the [npm registry](https://www.npmjs.com/). It can be installed using the [`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally) or [`yarn`](https://yarnpkg.com/en/) command line tools.```sh
# Using NPM
npm install junicodeinfo --save
```## Dev Dependencies
- [webpack](https://ghub.io/webpack): Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
- [webpack-cli](https://ghub.io/webpack-cli): CLI for webpack & friends## Copyright
[TiagoDanin](https://TiagoDanin.github.io)## License
[AGPL-3.0](LICENSE)