Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vittominacori/x-enhancer
- Owner: vittominacori
- Created: 2015-01-30T00:08:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-30T00:26:32.000Z (almost 10 years ago)
- Last Synced: 2024-10-10T18:38:26.730Z (about 1 month ago)
- Language: CSS
- Size: 113 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...