https://github.com/smddzcy/chrome-meme-search
A Chrome extension that lets you make spotlight search for memes.
https://github.com/smddzcy/chrome-meme-search
chrome-extension es6 meme react search spotlight webpack
Last synced: about 1 month ago
JSON representation
A Chrome extension that lets you make spotlight search for memes.
- Host: GitHub
- URL: https://github.com/smddzcy/chrome-meme-search
- Owner: smddzcy
- License: mit
- Created: 2017-06-06T10:02:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T17:15:00.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T01:47:55.122Z (7 months ago)
- Topics: chrome-extension, es6, meme, react, search, spotlight, webpack
- Language: JavaScript
- Size: 2.26 MB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chrome Meme Search
[](https://travis-ci.org/smddzcy/chrome-meme-search)
[](https://ci.appveyor.com/project/Samed15956/chrome-meme-search/branch/master)
[](https://www.npmjs.com/package/chrome-meme-search)
[](https://david-dm.org/smddzcy/chrome-meme-search)
[](https://david-dm.org/smddzcy/chrome-meme-search?type=dev)
> A Chrome extension that lets you make spotlight search for memes.

## Development
```
# Clone the repo
git clone https://github.com/smddzcy/chrome-meme-search.git
# Install the dependencies
yarn install
# Build files to './dev' and start webpack development server
yarn run dev
```
[Load unpacked extensions](https://developer.chrome.com/extensions/getstarted#unpacked) with `./dev` folder.
## Test
- `test/app`: React components
- `test/e2e`: E2E tests (use [chromedriver](https://www.npmjs.com/package/chromedriver), [selenium-webdriver](https://www.npmjs.com/package/selenium-webdriver))
```
# lint
yarn run lint
# test/app
yarn run test
yarn run test -- --watch # watch files
# test/e2e
yarn run build
yarn run test-e2e
```
## Build
```
# Build files to './build'
yarn run build
```
## LICENSE
[MIT](https://github.com/smddzcy/chrome-meme-search/blob/master/LICENSE)