An open API service indexing awesome lists of open source software.

https://github.com/clemos/web-miner


https://github.com/clemos/web-miner

Last synced: about 1 year ago
JSON representation

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`