Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nerkarso/digio
- Owner: nerkarso
- Created: 2021-08-17T16:02:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-29T01:16:36.000Z (2 months ago)
- Last Synced: 2024-11-29T01:17:31.655Z (2 months ago)
- Topics: gulp, sass
- Language: JavaScript
- Homepage: https://digio.vercel.app
- Size: 883 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
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.