The community needs to step their game and showcase some of the awesomeness you can build with Meteor. Because yes, Meteor still is an amazing tool. (Booh! to all this forum negativity - don’t feed the trolls)
@batist a suggested improvement to document-timeline: Make it work on mobile. I shared the link with a friend but he had trouble understanding the demo.
Badger is one of the Meteor apps that i’m working on that’s live. It’s a simple utility app that you can use to remind others with an SMS or push notification.
Just type in a message, schedule a time, and it will send out at a later date (due to iOS limitations it sends via a Twilio number not your number).
It using a Meteor microservice cluster, React, Redux, and RethinkDB (except for accounts).
Just going to drop my latest project here, I made VNO (https://vno.mx/) which is an alcohol delivery app for México City, you can download it for iOS (https://vno.mx/ios) or Android (https://vno.mx/android) but unfortunately at the moment you need a mexican cell phone to register :s. But I’m uploading some screen shots so you can see what you are missing.
Thanks! Sorry for the delay, this one slipped by. There are actually 2 versions of Badger and the old one will be sunsetting soon. The old version has an Android app but is using Ionic (reg. not meteoric).
It’s using React Native but is not using the Meteor Node DDP adapter. The project started out as a new API for native apps to consume and then when V2 could not be built in native we built it in React Native, and by that time the rest api was done.
I may just retrofit the API of the older Android app to save time but eventually i’ll get a React Native version built. I need to do some refactoring first. I think I may need a push plugin which wasn’t available a few months ago.
Sorry for the long winded answer Hoping to have RN Android soon after the iOS gets a tutorial and a few tweaks!
No pretty UI, but cool nonetheless: here’s a simple example written with corto that lets you connect your C applications to Meteor with just a few lines of code: