Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whyisjake/kid-a-data
Get Album Art + Info from Spotify for the Mic Drop Game
https://github.com/whyisjake/kid-a-data
Last synced: 18 days ago
JSON representation
Get Album Art + Info from Spotify for the Mic Drop Game
- Host: GitHub
- URL: https://github.com/whyisjake/kid-a-data
- Owner: whyisjake
- Created: 2018-11-12T05:17:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T21:02:53.000Z (about 6 years ago)
- Last Synced: 2024-11-09T03:52:24.389Z (2 months ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kid-A Data Importer
Starting with an Export from Mr. Data Converter, we copy and paste the album data from our Google Doc. We export to a PHP array, and then paste into `albumData.php`. From there, we need to kick off a PHP server, to generate the file. This can be done on a Mac by typing this into a terminal window in the working directory of the project.
```sh
$ php -S localhost:8000
```With the server running, we can visit the following URL http://localhost:8000/app.php to download the CSV, to use in InDesign.