- Notifications
You must be signed in to change notification settings - Fork0
A Little project for listen audio streaming for example, HunterFm
License
NotificationsYou must be signed in to change notification settings
felipepanegalli/electron-audio-player-for-streaming
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Clone and run for a quick way to see Electron in action.
This applications is a Audio Player for Streaming, for this example I used the Hunter FM url.
About the files.
package.json
- Points to the app's main file and lists its details and dependencies.main.js
- Starts the app and creates a browser window to render HTML. This is the app'smain process.index.html
- A web page to render. This is the app'srenderer process.innosetup.iss
- Is the InnoSetup Script for make a .exe build.renderer.js
- Is the logic of the app.style.css
- Is the layout css.
To clone and run this repository you'll needGit andNode.js (which comes withnpm) (I prefer Yarn) installed on your computer. From your command line:
# Clone this repositorygit clone https://github.com/felipepanegalli/electron-audio-player-for-streaming# Go into the repositorycd electron-audio-player-for-streaming# Install dependenciesnpm install# Run the appnpm start# Build the appnpm build# Make installer (has errors, fix in future) Use the InnoSetup Scriptnpm setup
About
A Little project for listen audio streaming for example, HunterFm
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.