Questions tagged as 'nodejs'

2
answers

modules node.js

Good afternoon everyone, I have problems running a program that I did in node.js as it tells me that I must have installed the request module which I already installed, but still asks me for it. Will anyone know what I can do? {...
asked by 24.03.2017 / 19:19
1
answer

How to send data from an html table in nodejs?

I am trying to send data from a table using jquery to get the values from the table but not send them by POST method in node js, for the moment I only show them in an alert, like the jquery step to an app. post ('/ send_data');. $("#btnEnviarD...
asked by 27.03.2017 / 22:00
0
answers

Twilio's requirement is not defined error

I try to use Twilio in a file .js , in some labels <script> I have: var twilio = require('twilio'); var client = new twilio.RestClient('######', '#####'); client.sms.messages.create({ to:'#######', from:'#####...
asked by 01.04.2017 / 00:26
0
answers

Get the track used to filter by API twitter

I am using the twitter statuses / filter and track API with several search values to perform the search, and I want to know which of the parameters I put for the search is the one used, this can be done. The code that I am using is the following...
asked by 23.03.2017 / 15:50
0
answers

can PHP applications be done for nw.js?

Recently I was learning about nw.js my first apps of html5 I could run them without problem nevertheless I would like to innovate with php and mysql but when I open it in nw.js it does not recognize it and I get the written code without being in...
asked by 08.03.2017 / 17:51
1
answer

Angular 2 + ng-xi18n + AOT does not work

I am developing the functionality of language change through buttons defined with <a/> tags, so that the user can change the language by clicking on the button corresponding to the language in which they want to see the web. To d...
asked by 23.02.2017 / 18:32
1
answer

Mongoose - Queries with OR and AND

I'm trying to make a query in mongoose and I can not think of how to put it together. In SQL it would be something like this: SELECT * FROM MATERIAS WHERE activo = true AND nivel = $nivel_id AND (alldisc = true OR disciplina =...
asked by 21.02.2017 / 06:41
1
answer

Help with Node.Js

I am doing a mini web server in Node.js in order to send push notifications to mobile devices . I have the following code: var apn = require('apn'); // Set up apn with the APNs Auth Key var apnProvider = new apn.Provider({ token: {...
asked by 09.02.2017 / 22:27
2
answers

Search for text with mongo in several reference collectionsj

As mongodb does not support join and I have the need to search several collections of businesses, services, and users, I have arrived at a solution but I need to be validated and / or improved. The flow of the scheme would look like this: B...
asked by 11.02.2017 / 05:46
0
answers

Build installers for windows mac and linux electron

I'm doing a desktop application, and what I want is to be able to build installers for the 3 platforms. I am using electron builder, but I have the problem that it only allows me to build applications for the same platform. If it is Windows f...
asked by 29.01.2017 / 18:11