Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kbychkov/simplecrawler-app

The GUI for Simplecrawler
https://github.com/kbychkov/simplecrawler-app

crawler simplecrawler spider

Last synced: 6 days ago
JSON representation

The GUI for Simplecrawler

Awesome Lists containing this project

README

        

# simplecrawler-app

![GitHub package.json version](https://img.shields.io/github/package-json/v/kbychkov/simplecrawler-app)
[![Travis (.org)](https://img.shields.io/travis/kbychkov/simplecrawler-app.svg)](https://travis-ci.com/kbychkov/simplecrawler-app)
[![Dependency Status](https://img.shields.io/david/kbychkov/simplecrawler-app.svg)](https://david-dm.org/kbychkov/simplecrawler-app)
[![devDependency Status](https://img.shields.io/david/dev/kbychkov/simplecrawler-app.svg)](https://david-dm.org/kbychkov/simplecrawler-app?type=dev)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)

The GUI for [Simplecrawler](https://github.com/simplecrawler/simplecrawler) powered by [MongoDB queue](https://github.com/kbychkov/simplecrawler-mongo-queue). This project uses [Feathers](http://feathersjs.com). An open source web framework for building modern real-time applications.

## Development Environment

Make sure you have [Node.js](https://nodejs.org) and [MongoDB](https://www.mongodb.com/download-center/community) installed. Then install dependencies from the project folder:

```bash
$ npm install
```

Use the following commands to run the project:

```bash
# build the client application and start the server
$ npm start

# start the client application in development mode
$ npm run client

# start the server in development mode
$ npm run server

# both the previous commands in one
$ npm run dev
```

## License

Licensed under the [MIT license](LICENSE).