Skip to content

mohan3d/slideshare-downloader

Repository files navigation

slideshare-downloader

An easy to deploy slideshare downloader in golang built on top of gin and slideshare-go.

Installation

$ go get -u github.com/mohan3d/slideshare-downloader

Run Locally

Make sure you have Go and the Heroku Toolbelt installed.

$ cd $GOPATH/src/github.com/mohan3d/slideshare-downloader
$ heroku local web

Deployment

Deploy

Manual deployment

$ heroku create
$ git push heroku master
$ heroku open