Posts by MatheusGomes • 63 points
4 posts
-
1
votes1
answer9598
viewsQ: Angular $http.post
I am developing an application with Angularjs and nodejs, where I have to send (POST) the data of a user who is registering. My file Node server.js is as follows:: var express = require('express');…
-
0
votes0
answers94
viewsQ: Geolocation function: http vs https
I’m making an application that should identify the user’s location and through an API call (https://openweathermap.org/api), inform the weather conditions of the place. To know the location, use the…
-
1
votes1
answer994
viewsQ: Integration (Angularjs) with Random Sentence API
I am trying to use Angularjs to pull data from the following API that generates random phrases: http://forismatic.com/en/api/ Follows excerpt from the code I’m using: $http({ method: 'GET', url: '…
-
4
votes2
answers405
viewsQ: HTML and Javascript integration
I am doing some initial tests with javascript, and I am not succeeding in trying to change a parameter of my HTML code. The idea is that when you click the "Message" button, the text is updated to…