Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 346 Bytes

File metadata and controls

12 lines (7 loc) · 346 Bytes

To create a .env file:

  1. Open notepad on your PC

  2. In notepad type:

    API_KEY=your_actual_api_key_here SECRET_KEY=your_actual_secret_key_here

Ensure there are no spaces around the '=' sign and no quotes around the values.

  1. Save notepad file as 'spotify_api_keys.env' and change the files type to all file types, not just txt.