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
- Host: GitHub
- URL: https://github.com/redco/goose-starter-kit
- Owner: redco
- License: mit
- Created: 2015-11-02T13:03:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-01T08:50:24.000Z (almost 9 years ago)
- Last Synced: 2025-03-20T18:05:14.692Z (3 months ago)
- Topics: crawler, docker, goose, goose-parser, parser, starter-kit
- Language: JavaScript
- Size: 4.88 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
