Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poshaughnessy/london-js-beyond-browser-2017
My slides for London JavaScript, Jan 2017 on "Beyond the Browser: PWAs, WebVR & Physical Web"
https://github.com/poshaughnessy/london-js-beyond-browser-2017
browsers pwa web-development
Last synced: 6 days ago
JSON representation
My slides for London JavaScript, Jan 2017 on "Beyond the Browser: PWAs, WebVR & Physical Web"
- Host: GitHub
- URL: https://github.com/poshaughnessy/london-js-beyond-browser-2017
- Owner: poshaughnessy
- Created: 2017-01-10T13:25:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T10:14:30.000Z (about 8 years ago)
- Last Synced: 2024-12-11T14:24:05.916Z (2 months ago)
- Topics: browsers, pwa, web-development
- Language: HTML
- Homepage: https://poshaughnessy.github.io/london-js-beyond-browser-2017/
- Size: 58 MB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# "Beyond the Browser: PWAs, WebVR & Physical Web" - London JavaScript
My slides for [London JavaScript, Jan 2017](https://www.meetup.com/London-JavaScript-Community/events/235924973/).
Generated using [cleaver](https://github.com/jdan/cleaver).## To view the slides
Check them out at: [poshaughnessy.github.io/london-js-beyond-browser-2017/](https://poshaughnessy.github.io/london-js-beyond-browser-2017/)
Use arrow keys or the arrow buttons to move left/right.
## To run locally
```
npm install
npm start
```## To use the Bluetooth remote control
Load up the Remote page on a Web Bluetooth supporting browser, e.g. Chrome for Android, on the device you want to use
as a presentation remote: http://localhost:9000/remote.htmlPress Connect and (as long as you have the Node server running and Bluetooth enabled on both devices) you should see
a device option called 'Remote Receiver'. Select that, wait til it says Connected, then you can use the buttons to send
commands!## To deploy (for Peter's reference)
```
./deploy.sh
```