/my-mondo

Mondo iOS app clone for web

Primary LanguagePython

My Mondo Deploy

Built during MondoHack 3

Mondo are awesome however they only have an iOS app. My Mondo is a clone of their app as a heroku webapp which you can access on any device and can be pinned to your home screen to look + act exactly like their iOS app.

Daily summary Individual purchases

Deploying Disclaimer

  • Mondo don't currently allow other people to log into your app yet, so you're going to have to host the app yourself and pass in your username and password as raw strings. This sucks. I know. But it's the only way at the moment.
  • As the API is in Alpha, I'm not bothering with any cacheing or storing of any data. So the app is technically inefficient when it comes to requesting tokens.

Deploying

  • Have your Mondo client_id, client_secret and account_id at hand from your Mondo OAuth app
  • You'll also need (if you want) your Pushbullet Access Token to send yourself notifications whenever a payment is made. Remember to add the webook on the Mondo developer dashboard to activate this!

Help