2 Commits c40f550b48 ... 65a6d413cb

Author SHA1 Message Date
  boyska 65a6d413cb some info in readme 7 months ago
  boyska c627401d3c rbo supportata! 7 months ago
2 changed files with 13 additions and 8 deletions
  1. 9 7
      README.md
  2. 4 1
      src/js/radiomanifest.js

+ 9 - 7
README.md

@@ -1,22 +1,24 @@
 # plaid
 
-### TODO:
+This is an advanced radio player webapp based on [radiomanifest](https://radiomanifest.degenerazione.xyz/).
+The goal is to support most features of "radio-specific" apps (schedule, live listening, past espisodes), while being generic and supporting multiple apps.
+
+Support for PWA is planned but not implemented.
 
-- [ ] il player lo controllerei con un event handler, cosi' da dove vuoi lanci $emit('play', questo): https://v3-migration.vuejs.org/breaking-changes/events-api.html#_2-x-syntax
 
 ## Install Dependencies
 
-First of all we need to install dependencies, run in terminal
+First of all we need to install dependencies, so run this:
 
-```
+```sh
 npm install
 ```
 
 ## NPM Scripts
 
-- 🔥 `start` - run development server
-- 🔧 `dev` - run development server
-- 🔧 `build` - build web app for production
+- `npm run start` - run development server
+- `npm run dev` - run development server
+- `npm run build` - build web app for production
 
 ## Vite
 

+ 4 - 1
src/js/radiomanifest.js

@@ -20,7 +20,10 @@ const RM = {
       description: "supporto parziale!",
       url: "https://test.radiogramma.org",
     },
-    // 'RBO': { }
+    RBO: {
+      name: "Radio Blackout",
+      url: "https://radioblackout.org",
+    },
   },
 
   currentRadio: null,