Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vittominacori/x-enhancer

Custom Polymer element for text enhancement.
https://github.com/vittominacori/x-enhancer

Last synced: 17 days ago
JSON representation

Custom Polymer element for text enhancement.

Awesome Lists containing this project

README

        

x-enhancer
================

Custom Polymer element for text enhancement.

## Installation

```
$ cd /your-project-root/
$ git clone https://github.com/vittominacori/x-enhancer.git
$ cd x-enhancer/
$ bower install
```

or install it via bower

```
$ bower install x-enhancer --save
```

## Try it

```
$ cd .. # You'll want to run the web server from the parent directory.
$ python -m SimpleHTTPServer
```

Go to [http://localhost:8000/x-enhancer/demo.html](http://localhost:8000/x-enhancer/demo.html) to see it in action.

## Usage

```

And this is my client-provided content!

```

## Note

Current version only find country capital.
More will coming...