Replacement for the old /now page on last.fm profiles https://now.flash.moe/
Find a file
2017-03-19 16:05:24 +01:00
public some updates 2017-03-19 15:56:19 +01:00
src i hate git 2017-03-19 15:57:08 +01:00
.gitattributes entire application 2016-06-12 20:52:15 +02:00
.gitignore some updates 2017-03-19 15:56:19 +01:00
build.sh some updates 2017-03-19 15:56:19 +01:00
composer.json entire application 2016-06-12 20:52:15 +02:00
composer.lock entire application 2016-06-12 20:52:15 +02:00
LICENSE entire application 2016-06-12 20:52:15 +02:00
README.md i deleted that what the hell 2017-03-19 16:02:58 +01:00

now listening

A replacement for the old /now page on lastfm profiles!

Usage

https://now.flash.moe/#/{username}

Configuration

Create an application here, take the api and place it in a file called .apikey in the root (not the public dir).

Building

To compile the LESS and TypeScript assets you need to have the individual compilers installed, both are available through yarn and can be installed with the following command: yarn global add less typescript.

After that just run build.sh.

The server side uses a PHP script with dependencies to fetch the data without exposing the API key. To install these dependencies you're going to need composer. After installing composer you can simply run composer install in the root directory.