Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndlano/h5p-keyword-selector
https://github.com/ndlano/h5p-keyword-selector
h5p
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ndlano/h5p-keyword-selector
- Owner: NDLANO
- License: mit
- Created: 2023-04-28T09:50:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-15T10:33:47.000Z (4 months ago)
- Last Synced: 2024-07-15T12:37:10.589Z (4 months ago)
- Topics: h5p
- Language: JavaScript
- Homepage:
- Size: 741 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# H5P Keyword Selector
Active Reader is an H5P-component, giving users a central knowledge base which utilizes the [H5P Framework](https://github.com/h5p)
This allows users to select keywords from the content
## Getting started
Grab all the modules:
```bash
npm install
```Development and watch:
```bash
npm run watch
```Build project:
```bash
npm run build
```## Additional information
Please see the KeywordExtractor widget for usage information.