Skip to content

Commit

Permalink
Add output folder, Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchayn committed Feb 2, 2019
1 parent 962c518 commit 46e820b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,22 @@

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/mazentouati/no-emoji/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/mazentouati/no-emoji/?branch=master) [![StyleCI](https://styleci.io/repos/168873915/shield)](https://styleci.io/repos/168873915) [![Maintainability](https://api.codeclimate.com/v1/badges/acab377b68b3ce930708/maintainability)](https://codeclimate.com/github/mazentouati/no-emoji/maintainability) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](./LICENSE)

No Emoji is simple package dedicated to generate a RegEx pattern that detect if a string has an Emoji or not. The generated pattern is based on Unicode V11 reference published in this [File](https://unicode.org/Public/emoji/11.0/emoji-test.txt).

## Installation

Installation through [composer](http://getcomposer.org/) :

```bash
composer create-project mazentouati/no-emoji "no-emoji"
composer create-project mazentouati/no-emoji no-emoji
```

you can execute the code using your preferred local server (eg: [Laragon](https://laragon.org))

or using PHP built-in server :

```bash
cd no-emoji
php -S localhost:80 -t . index.php
```

soon...
2 changes: 2 additions & 0 deletions storage/output/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore

0 comments on commit 46e820b

Please sign in to comment.