Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4ndr/radio_fco
A NativeScript-vue radio player from a local radio
https://github.com/4ndr/radio_fco
Last synced: about 1 month ago
JSON representation
A NativeScript-vue radio player from a local radio
- Host: GitHub
- URL: https://github.com/4ndr/radio_fco
- Owner: 4ndr
- Created: 2020-05-03T14:09:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:53:24.000Z (almost 2 years ago)
- Last Synced: 2024-05-29T06:49:49.417Z (7 months ago)
- Language: JavaScript
- Size: 2.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Radio Fco Mendes
> A NativeScript-vue radio player from a local radio
## Usage
``` bash
# Install dependencies
npm install# Preview on device
tns preview# Build, watch for changes and run the application
tns run# Build, watch for changes and debug the application
tns debug# Build for production
tns build --env.production```