0.0.1 • Published 7 years ago
grant-now v0.0.1
grant-now
Using grant now.
Installation
yarn add -D grant-nowUsage
require('dotenv/config')
require('grant-now')({
open: false,
[provider]: {
key: '...',
secret: '...',
}
})Options
protocol = 'http'Prepared for just in case.port = 7000Used as base port.open = trueOpen connect urls.[provider]grant's provider withoutcallbackproperty.
Result
Promise<{
[provider]: {
server,
connect_url
}
}>