Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cades/dictionary-web-ext
a simple selection-to-lookup English dictionary web extension
https://github.com/cades/dictionary-web-ext
Last synced: about 2 months ago
JSON representation
a simple selection-to-lookup English dictionary web extension
- Host: GitHub
- URL: https://github.com/cades/dictionary-web-ext
- Owner: cades
- Created: 2017-07-06T19:24:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T19:26:44.000Z (over 7 years ago)
- Last Synced: 2024-10-19T15:51:14.852Z (2 months ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dictionary Web Extension
========================a simple selection-to-lookup English dictionary web extension
## development
build extension
`npm run build`
watch & build
`npm run dev`
watch & build test code. open `http://localhost:8000/test` to run tests.
`npm run tdd`