Landing page to download openwhyd-electron
See original GitHub issueWhat I have in mind:
- a page available at https://openwhyd.org/download, to allow visitors to download the right openwhyd-electron build for their OS
- content: should display a screenshot of how it looks (so that people understand that it’s running as a native app on their computer), and state that it allows background playback of tracks
- implemented as a static web page, so that we can host its files (html + css + js) in the
/docs
folder of Openwhyd’s (or openwhyd-electron’s) Github repo, using Github-pages => no need to restartwhydJS
in production after changing its content - when a visitor browses that page, a piece of javascript code detects the OS from their user-agent string and displays a big button to download the corresponding Electron build from the latest Github release (e.g. https://github.com/openwhyd/openwhyd-electron/releases/tag/v0.1.0)
Inspiration:
- design: Ghost (⭐️⭐️⭐️), Webtorrent (⭐️⭐️)
- client-side OS detection: Wordpress + How to find the operating system version using JavaScript - Stack Overflow
Open problems / questions:
- for Windows: how to decide which build to suggest, between
win32
andwin64
? (maybenavigator.platform
can provide it)
Notes:
https://github.com/openwhyd/openwhyd-electron/releases/latest
automatically redirects to the latest release page
For reference, asked for tips on Electron’s Github repo
Issue Analytics
- State:
- Created 6 years ago
- Comments:15 (15 by maintainers)
Top Results From Across the Web
Openwhyd-electron - GitHub
Openwhyd -electron. Openwhyd as a native app for your favorite OS, powered by Electron. This installable application allows to play Openwhyd tracks in...
Read more >Openwhyd – Discover and collect the best music tracks from ...
Openwhyd : The community of music lovers. Discover and collect music gems from Youtube, Soundcloud, Deezer and more. Login Sign up ...
Read more >8 Genius Ebook Landing Page Examples That Convert
Wondering how to best use landing pages to support your ebooks? ... 8 genius ebook landing pages that get readers downloading.
Read more >Openwhyd track - Chrome 应用商店
This extension allows you to quickly add a music track to your Openwhyd profile, from any web page that contains a supported embed....
Read more >Audio Streaming - Reddit - Dive into anything
Streaming Apps; ▷ Streaming Sites; ▷ Podcasts / Radio; ▷ Ambient / Relaxation. ▻ Audio Downloading. ▷ Download Apps; ▷ Download Sites.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@adrienjoly I’ve updated the page with the info and pushed everything in this PR: https://github.com/openwhyd/openwhyd-electron/pull/13
Alright, I’ll make a standalone landing page.