Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Web scrapper for the lyrics of Yegor Letov - GoLang Edition

License

Notifications You must be signed in to change notification settings

solairerove/linden-honey-go-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linden Honey GoLang Scrapper

Web scrapper for the lyrics of Yegor Letov - GoLang Edition

Technologies

Usage

Local

Start application:

go run main.go

Go lint

Use go linter:

go get golang.org/x/lint/golint
golint ./...

Rest API

  • / hello
  • /songs letov songs

Docker

Bootstrap db using docker-compose:

docker-compose up

Stop and remove containers, networks, images, and volumes:

docker-compose down