Skip to content

Girbons/kickstarter-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kickstarter Scraper

Build Status Go Report Card License

Install

go get github.com/Girbons/kickstarter-scraper

Run project

go run main.go

Example request

http://localhost:8080/kickstarter-project?url=[project url]

return JSON response

Docker

docker build -t kickstarter-scraper .
docker run -p 8080:8080 kickstarter-scraper

Releases

No releases published

Packages

No packages published

Languages