Instamaniac is an iOS app that displays unconventional stats of your Instagram account.
Instamaniac iOS app is written in Objective-C using the MVC architecture. It's built with Parse SDK.
Instamaniac backend is built on top of Parse BaaS. Unfortunately, Parse was shut down, so this setup is not going to be functional. You can however use the source code for you learning purposes or modify it to build a backend on Parse Server.
- Clone the repo:
$ git clone https://github.com/yenbekbay/instamaniac
$ cd instamaniac- Install iOS app dependencies from CocoaPods:
$ (cd ios && bundle install && pod install)- Configure the secret values for the iOS app:
$ cp ios/Instamaniac/Secrets-Example.h ios/Instamaniac/Secrets.h
$ open ios/Instamaniac/Secrets.h
# Paste your values- Open the Xcode workspace at
ios/Instamaniac.xcworkspaceand run the app.
MIT License © Ayan Yenbekbay

