datasette-spotify-embed

Turn Spotify track links into iframe embeds in the Datasette interface


License
Apache-2.0
Install
pip install datasette-spotify-embed==0.1.3

Documentation

datasette-spotify-embed

PyPI Changelog Tests License

Turn Spotify track URIs into iframe embeds in the Datasette interface

Installation

Install this plugin in the same environment as Datasette.

datasette install datasette-spotify-embed

Usage

Usage instructions go here.

Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:

cd datasette-spotify-embed
python3 -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest