Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 752 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 752 Bytes

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 [email protected]: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