Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

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 Use

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp