Questions tagged as 'meteorjs'

2
answers

Error while trying to run project in Meteor

Being brief, I can not run my app on the Meteor. I create the project normally Meteor create it does not display    link That in the case would inform that the application is running normally As expected Displays the follo...
asked by 12.10.2015 / 21:37
2
answers

image upload with meteor

How do I upload an image in meteor ? I followed this tutorial here but it did not work too much. The image is apparently saved, because I checked the collection and there is a record there, but I can not even list it, much less a directo...
asked by 20.12.2015 / 05:58
2
answers

How to load external scripts

I'm adapting a theme (Bootstrap) with MeteorJS but the theme has more than 15 plugins (jQuery), I can not just put them in the /client folder and load all at the same time, some things (some in despair): Put the scripts in the temp...
asked by 12.11.2014 / 19:44
1
answer

Doubts with timer

I have the following doubt, I have a countdown timer, and for example, I click the button, the button becomes invisible and the timer starts, my problem is that when I change the page and return it the button is active and I only want the active...
asked by 22.05.2018 / 11:05
1
answer

When the timer expires

Good morning, I have a question that I have been working on for some time. I have 1 countdown timer, when the timer reaches 0, I want invisible buttons to be visible. I'm using Meteor JS with the following package: link E tenho o seguinte có...
asked by 18.05.2018 / 13:44
0
answers

Doubts with Scroll Bar in METEOR

Good afternoon, I'm trying to make a chat application, whenever I get a message and whenever I open the chat I want the scrolling to start down, when I send the message, it's already going to the desired position, and when I update it page also,...
asked by 09.05.2018 / 18:05
0
answers

Meteor.js is a good framework for agile development? [closed]

I wonder if Meteor.js is a good framework for web development. Lately I'm doing some research and I can not find many recent sources of material. I do not see strength in the Brazilian communities for about 8 months, and this has puzzle...
asked by 15.03.2017 / 04:31
1
answer

Sum using MeteorJS

I'm developing a TaskList to understand how MeteorJS works. In the application the user can enter the name of the task, how many hours it will spend in it and when it will perform it. The system returns a list with all the tasks of the...
asked by 28.03.2016 / 16:08
0
answers

How to install and configure Markdown in the Meteor along with React? [closed]

I'm learning React along with Meteor, so I've seen React's official documentation using Markdown as a good practice against XSS. I downloaded it on the meteor with "meteor add markdown" but apparently I would have to set up something to run alon...
asked by 31.12.2015 / 21:01
1
answer

How to play sound in javascript?

Well, I'm developing a chat, I'd like to know how I add a simple sound when I get a notification. I'm using Meteor.     
asked by 09.05.2018 / 17:17