https://github.com/clemos/web-miner
https://github.com/clemos/web-miner
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/clemos/web-miner
- Owner: clemos
- Created: 2017-09-26T15:50:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T15:16:44.000Z (almost 9 years ago)
- Last Synced: 2025-02-22T05:42:25.483Z (over 1 year ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Web Miner
### Getting started
* clone this repository with `git clone --recursive`
* install latest emscripten (see http://webassembly.org/getting-started/developers-guide/ section "Compile Emscripten from Source")
* run `npm install` and `npm run configure`
* to build : `npm run build`
* to start the proxy server and http server : `npm start`
* run a local `http-server`, navigate to `index.html`