Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nerkarso/digio

📻 Listen to your favorite Surinamese radio stations from anywhere
https://github.com/nerkarso/digio

gulp sass

Last synced: 2 months ago
JSON representation

📻 Listen to your favorite Surinamese radio stations from anywhere

Awesome Lists containing this project

README

        


Icon

Digio

Listen to your favorite Surinamese radio stations from anywhere.



## Keyboard shortcuts

- `Space` - Toggle play and stop
- `Left Arrow` - Switch stations
- `Right Arrow` - Switch stations
- `M` - Open mini player

## Stack

- Sass `4.x`

## Requirements

- Node.js `14.x`

## Getting started

**Install Node.js dependencies**

```sh
npm install
```

## Development

**Gulp watches for file changes**

```sh
npm run watch
```

The output will be in the **dist** folder.

**Start the local development server**

```sh
npm run serve
```

Open [http://localhost:8000](http://localhost:8000) in your browser.

## Deployment

**Build the app for production**

```sh
npm run build
```

The output will be in the **dist** folder.