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

https://github.com/redco/goose-starter-kit

This is a starter kit for redco/goose-parser
https://github.com/redco/goose-starter-kit

crawler docker goose goose-parser parser starter-kit

Last synced: 2 months ago
JSON representation

This is a starter kit for redco/goose-parser

Awesome Lists containing this project

README

        

# goose-starter-kit

This is a starter kit for [Goose Parser](https://github.com/redco/goose-parser)

## Usage

First of all clone repo and start your project for it. And now there are two ways to run a project:

- inside a docker container
- directly on a local system

### Docker usage

Be aware that this way requires [Docker](https://docker.com) installed.

Start the project with command:

```bash
docker-compose up
```

### Local system usage

```bash
npm install
DEBUG=* node lib/index.js
```

## How it looks like

![](http://g.recordit.co/mP2fk9diYh.gif)