Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.36 KB

README.md

File metadata and controls

53 lines (39 loc) · 1.36 KB

FMStalker 👀📻

Last.FM STALKER

Description

Stalk my every move. Get live updates on what music I'm listening to, while knowing exactly how long you've been a creep for with the timer 😟

Key features:

  • "Now Playing" display
  • List of 10 most recent tracks
  • Manually refresh in case you wanted to stalk me... FASTER (?)
  • Windows XP-style UI with draggable windows

How to Get a Last.fm API Key

  1. Visit the Last.fm API account creation page.
  2. Fill out the form with your application details.
  3. After submitting, you'll receive an API key that you can use in the .env file.

How to Run and Build

  1. Clone the repository:

    git clone https://github.com/vys69/FM-Stalker.git
    cd LastFM-Live
    
  2. Install dependencies:

    npm install
    
  3. Create a .env file in the root directory and add your Last.fm API key:

    REACT_APP_LASTFM_API_KEY=REPLACE_ME_WITH_API_KEY
    REACT_APP_LASTFM_USERNAME=REPLACE_ME_WITH_USERNAME
    
  4. Run the development server:

    npm start
    
  5. To build for production:

    npm run build
    

Connect with the Developer