Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).

image

## 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
```