Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coffee-cup/currently-playing
Experiement with the Spotify API
https://github.com/coffee-cup/currently-playing
Last synced: 8 days ago
JSON representation
Experiement with the Spotify API
- Host: GitHub
- URL: https://github.com/coffee-cup/currently-playing
- Owner: coffee-cup
- Created: 2020-04-20T18:05:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:12:50.000Z (about 2 years ago)
- Last Synced: 2024-04-09T11:26:03.966Z (10 months ago)
- Language: TypeScript
- Homepage: https://currently-playing.now.sh
- Size: 3.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Currently Playing
Shows you what is currently playing on Spotify. Why? Because I wanted to experiement with the API :D Deployed to [currently-playing.now.sh](https://currently-playing.now.sh).
## Running Locally
This is a [Next.js](https://nextjs.org/) app.
Run the development server with
```bash
yarn dev
```Open [localhost:3000](http://localhost:3000) with your browser to see the result.
## Building for Production
Create a build
```bash
yarn build
```Run the server
```bash
yarn start
```