├── .env.dist ├── .gitignore ├── LICENSE ├── README.md ├── index.php └── manifest.json /.env.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrixx/slack-to-spotify/HEAD/.env.dist -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /.env 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrixx/slack-to-spotify/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrixx/slack-to-spotify/HEAD/README.md -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrixx/slack-to-spotify/HEAD/index.php -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lyrixx/slack-to-spotify/HEAD/manifest.json --------------------------------------------------------------------------------