As easy as 1, 2, 3!
Updated:
- Aug, 08, 2022 update
configdocs for npm 8+ - Jul 27, 2021 add private scopes
- Jul 22, 2021 add dist tags
- Jun 20, 2021 update for
--access=public - Sep 07, 2020 update docs for
npm version
##Refs
Add to Gemfile: gem 'wicked_pdf'
| /* | |
| Chrome Packaged app Bluetooth API test | |
| Before interacting with a BT device, you need to : | |
| 1) get the device MAC and service UUID with startDiscovery and getServices methods | |
| 2) request permission with chrome.permissions.request | |
| 3) add the service profile with chrome.bluetooth.addProfile (a profile is only {uuid:'xxxxxxx...'}) | |
| */ | |
| // onConnection callback | |
| chrome.bluetooth.onConnection.addListener( |
| package main | |
| import ( | |
| "bufio" | |
| "encoding/json" | |
| "errors" | |
| "fmt" | |
| "net/http" | |
| "os" | |
| "strings" |