Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gillkyle/showcase
https://github.com/gillkyle/showcase
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gillkyle/showcase
- Owner: gillkyle
- License: mit
- Created: 2019-10-10T01:15:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:25:49.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T16:11:10.060Z (27 days ago)
- Language: JavaScript
- Size: 4.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Showcase
Music blog for songs with deeper meaning.
## Data
Data comes from 2 sources: Spotify and Prismic. Information stored in Prismic is the content for a song post including a timestamp, a url, album art, and the actual content written about a track. Spotify data includes info like popularity, a preview URL, and other metadata for richer experiences on the blog.
Content can be written straight inside of Prismic, including adding authors, tags, and new song posts.
The information from Spotify is stored in the tracks.json file and can be refreshed by running the `writeTracks` script at the root of the site after updating the refresh token inside of the file.