Top "Meteor" questions

Meteor is a modular platform for developing web and mobile applications in JavaScript based on the NodeJS platform.

Facebook login message: "URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings."

Important notice: If you register for testing, go to your profile settings and to your interests add delete profile. Trying …

facebook facebook-graph-api meteor oauth
"continue" in cursor.forEach()

I'm building an app using meteor.js and MongoDB and I have a question about cursor.forEach(). I want to …

javascript mongodb foreach meteor
Console logging for react?

I'm super new to React and I'm trying to get it set up for Meteor and piecing stuff together from …

javascript reactjs meteor logging jsx
node.js vs. meteor.js what's the difference?

So I've been hearing/reading alot about meteor.js. The tutorials make it seem very sporty as a framework, but …

node.js meteor
Generating a PDF file from React Components

I have been building a polling application. People are able to create their polls and get data regarding the question(…

reactjs pdf meteor
Height not 100% on Container Fluid even though html and body are

I have the following layout (I'm using Meteor): <template name="headerFooter"> <div class="container-fluid fill-height"> {{> …

html css twitter-bootstrap meteor less
How do I use an existing MongoDB in a Meteor project?

Let's say there is a running MongoDB server for a GUI client (by wxPython) for a while. How could I …

meteor
How to properly make mock throw an error in Jest?

I'm testing my GraphQL api using Jest. I'm using a separate test suit for each query/mutation I have 2 tests (…

javascript meteor graphql jestjs
Format a date from inside a Handlebars Template in Meteor

I got a ISO formatted Date from my Data and what I actually want to do, is to modify my …

javascript datetime meteor handlebars.js date-format
How can I sort a Meteor collection by time of insertion?

I am working on my first project using Meteor, and am having some difficulty with sorting. I have a form …

mongodb meteor mongodb-query