Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linden-honey/linden-honey-scraper-nodejs
Lyrics scraper service
https://github.com/linden-honey/linden-honey-scraper-nodejs
docker expressjs javascript linden-honey nodejs scraper swagger
Last synced: 1 day ago
JSON representation
Lyrics scraper service
- Host: GitHub
- URL: https://github.com/linden-honey/linden-honey-scraper-nodejs
- Owner: linden-honey
- License: mit
- Created: 2019-12-17T15:34:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T00:47:36.000Z (over 2 years ago)
- Last Synced: 2023-03-21T21:37:00.497Z (over 1 year ago)
- Topics: docker, expressjs, javascript, linden-honey, nodejs, scraper, swagger
- Language: JavaScript
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linden Honey Scraper
> Lyrics scraper service powered by Express.js
[![build](https://img.shields.io/github/workflow/status/linden-honey/linden-honey-scraper-nodejs/CI)](https://github.com/linden-honey/linden-honey-scraper-nodejs/actions?query=workflow%3ACI)
[![version](https://img.shields.io/badge/node->=12-brightgreen.svg?style=flat-square)](https://nodejs.org/)
[![coverage](https://img.shields.io/codecov/c/github/linden-honey/linden-honey-scraper-nodejs)](https://codecov.io/github/linden-honey/linden-honey-scraper-nodejs)
[![tag](https://img.shields.io/github/tag/linden-honey/linden-honey-scraper-nodejs.svg)](https://github.com/linden-honey/linden-honey-scraper-nodejs/tags)## Technologies
- [Node.js](https://nodejs.org/)
- [Express.js](https://expressjs.com/)## Usage
### Local
Run application:
```bash
npm run start
```Run application in debug mode:
```bash
npm run debug
```Run tests:
```bash
npm run test
```### Docker
Bootstrap full project using docker-compose:
```bash
docker-compose up
```Bootstrap project excluding some services using docker-compose:
```bash
docker-compose up --scale [SERVICE=0...]
```Stop and remove containers, networks, images:
```bash
docker-compose down
```## Application instance
[https://linden-honey-scraper-nodejs.herokuapp.com](https://linden-honey-scraper-nodejs.herokuapp.com)