Skip to content

SunflowerFuchs/trntbl-clone

Repository files navigation

trntbl-clone

trntbl-clone is a web-app to fetch your tumblr blog as a playlist. It's currently hosted on egoisticalgoat.de

Installation

If you want to host this project yourself, you can easily do that.

  1. Clone this repo
git clone git@github.com:egoisticalgoat/trntbl-clone.git
  1. Run composer install
composer install
  1. Copy the .env.example to .env and fill it in with the tumblr api key (available here) and the other data
  2. Use it like any other laravel app

Contact