Read more of this story at Slashdot.
Read more of this story at Slashdot.
Read more of this story at Slashdot.
I'm going to make a request of the lazy web. I don't do it often. But this is one of those times when it's the right thing to do.
I need a nw.js app.
I want to download the app and run it on my machine. It must not matter what folder I run it in.
Mac OS.
It has one command in its menu, it prompts for the address of a file on the web that contains JavaScript code. When I enter the URL, it includes the code:
includeScriptCode (theUrl)I've provided the source for includeScriptCode in this gist.
It should store the URL in localStorage and include the script code every time it starts up.
If you want to get fancy you could let the user specify the URL of a stylesheet and call useStylesheet with its address as the param.
Developers who want to get started with nw.js development without having to wade through a dozen confusing getting-started tutorials.
I go crazy trying to understand the getting-started docs for nw.js.
I need to have this much done for me, so I can get started. Then in a few weeks I'll be ready to ship something, at that point I will need to understand how to build one for release.
All the docs assume that's the first thing I want to do, learn how to build something for release. But I can't understand those docs until I actually use it.
Yes, I probably could figure this out if it's all I had to do for a few days. But I'd rather spend the time building features for my users and readers. This simple step should exist as part of the nw.js community.
Please help. Not only will you be helping me, but you'll be helping a bunch of people who will follow, and will appreciate a simpler nw.js startup.
Read more of this story at Slashdot.