You can call it WEB summary. Clip digs informations from a given URL and then deliver the summary of a WEB (given URL).
- Golang must installed on your machine
- Clone This Repo
- Do
go get .
on your cloned repo - setup .env *see instruction below
- run program using
./run.sh serve
- make POST request with URL param. see this example :
curl -X POST -F 'url=https://youtu.be/50efl4S8VQc' http://localhost:3001
- see the results
- For .env example please open file named .env.example
- Edit as you need
- save as ".env" (*program will only read this name)
This package is licensed under MIT license. See LICENSE.txt
for details.