Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T17:15:00.000Z (almost 2 years ago)
- Last Synced: 2024-08-10T07:51:22.361Z (5 months ago)
- Topics: chrome-extension, es6, meme, react, search, spotlight, webpack
- Language: JavaScript
- Size: 2.26 MB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chrome Meme Search
[![Build Status](https://travis-ci.org/smddzcy/chrome-meme-search.svg?branch=master)](https://travis-ci.org/smddzcy/chrome-meme-search)
[![Build status](https://ci.appveyor.com/api/projects/status/ybvw6dmuhxoxxtq2/branch/master?svg=true)](https://ci.appveyor.com/project/Samed15956/chrome-meme-search/branch/master)
[![npm](https://img.shields.io/npm/v/chrome-meme-search.svg)](https://www.npmjs.com/package/chrome-meme-search)
[![Dependency Status](https://david-dm.org/smddzcy/chrome-meme-search.svg)](https://david-dm.org/smddzcy/chrome-meme-search)
[![devDependency Status](https://david-dm.org/smddzcy/chrome-meme-search/dev-status.svg)](https://david-dm.org/smddzcy/chrome-meme-search?type=dev)> A Chrome extension that lets you make spotlight search for memes.
![Meme Search](https://cloud.githubusercontent.com/assets/13895224/26827470/1660254c-4ac6-11e7-9bd1-6550eb1e291f.gif)
## 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)