Version 3, 29 June 2007
Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
| var extend = require('util')._extend; | |
| var async = require('async'); | |
| var Waterline = require('../node_modules/sails/node_modules/waterline'); | |
| var couchdb = require('sails-couchdb-orm'); | |
| var config = require('../config/adapters').adapters.couchdb; | |
| couchdb.config = extend(couchdb.defaults, config); | |
| module.exports = bootstrap; |
| { | |
| "estados": [ | |
| { | |
| "sigla": "AC", | |
| "nome": "Acre", | |
| "cidades": [ | |
| "Acrelândia", | |
| "Assis Brasil", | |
| "Brasiléia", | |
| "Bujari", |
Version 3, 29 June 2007
Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
| var gm = require('gm'); | |
| var canvasWidth = 248; | |
| var canvasHeight = 389; | |
| gm(__dirname + '/original.jpg').size(function(error, size) { | |
| if (error) { | |
| console.error(error); |
| <script type="application/ld+json"> | |
| { | |
| "@context" : "http://schema.org", | |
| "@type" : "Organization", | |
| "name" : "example", | |
| "logo": "https://example.com.tw/logo.png", | |
| "url" : "https://example.com.tw/", | |
| "address" : "address", | |
| "email" : "[email protected]", | |
| "founder" : "you can use People type here", |
| const axios = require('axios-https-proxy-fix'); | |
| /** | |
| * @author Caleb Lemoine | |
| * @param {object} opts easy-soap-request options | |
| * @param {string} opts.url endpoint URL | |
| * @param {object} opts.headers HTTP headers, can be string or object | |
| * @param {string} opts.xml SOAP envelope, can be read from file or passed as string | |
| * @param {int} opts.timeout Milliseconds before timing out request | |
| * @param {object} opts.proxy Object with proxy configuration |