An Electron demo for dotJS.io Paris 2016
Links to things mentioned in the talk:
- http://ghub.io
- https://duckduckgo.com/bang
- http://npmhub.org
- http://npm.anvaka.com/#/view/2d/cheerio
- http://octolinker.github.io
- https://libraries.io
- https://libraries.io/npm/electron-prebuilt/usage
- https://libraries.io/npm/react/tree
- http://ghub.io/package-stream
- http://ghub.io/all-the-packages
- http://ghub.io/nice-package
- http://ghub.io/dependent-packages
- http://ghub.io/get-repo-package-json
- http://ghub.io/octokat
- http://electron.atom.io/docs/all
- http://electron.atom.io/userland
- http://ghub.io/repos-using-electron
- http://ghub.io/electron-npm-packages
- http://ghub.io/electron-userland-reports
To run the Electron app locally:
git clone https://github.com/zeke/javascript-userland
cd javascript-userland
npm i && npm start- dedent: An ES6 string tag that strips indentation from multi-line strings
- electron-apps: A collection of apps built on Electron
- electron-config: Simple config handling for your Electron app or module
- geolocation-stream: streaming API on top of the html5 geolocation API
- geoposition-to-geojson: Turn an HTML5 Geoposition object into a GeoJSON Point
- in-view: Get notified when a DOM element enters or exits the viewport.
- javascript-yellow: The official color of the JavaScript logo
- malarkey: Simulate a typewriter/ticker effect on a DOM element.
- nice-color-palettes: nice colour palettes as JSON
- chai: BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
- chai-as-promised: Extends Chai with assertions about promises.
- electron: Install prebuilt electron binaries for the command-line using npm
- electron-debug: Adds useful debug features to your Electron app
- mocha: simple, flexible, fun test framework
- spectron: Easily test your Electron apps using ChromeDriver and WebdriverIO.
- standard: JavaScript Standard Style
MIT
Generated by package-json-to-readme