Skip to content

widnyana/gallang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gallang

http service that provide oEmbed metadata, using gin.

need demo? click here

this app rely on golang oembed's shoulder.

Instalation

since this is a "functionaly work", after defining your $GOPATH, execute this command:

go get github.com/widnyana/gallang

this app require you to define GALLANG_IP and GALLANG_PORT as your env variable, gallang will be run and listening on those env variable.

export GALLANG_IP=127.0.0.1
export GALLANG_PORT=8080

then copy the main.go.example to main.go, and you can run your app with go run main.go

Endpoint

  • / as index
  • /embed?url=<oembed provider url> as oembed info parser.

License

MIT License

About

http service that provide oEmbed metadata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages