Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.
/ instamaniac Public archive

iOS app that displays unconventional stats of your Instagram account

License

Notifications You must be signed in to change notification settings

yenbekbay/instamaniac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instamaniac logo

Instamaniac is an iOS app that displays unconventional stats of your Instagram account.

Instamaniac screenshots

Stack

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.

Setup

  1. Clone the repo:
$ git clone https://github.com/yenbekbay/instamaniac    
$ cd instamaniac
  1. Install iOS app dependencies from CocoaPods:
$ (cd ios && bundle install && pod install)
  1. 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
  1. Open the Xcode workspace at ios/Instamaniac.xcworkspace and run the app.

License

MIT License © Ayan Yenbekbay

About

iOS app that displays unconventional stats of your Instagram account

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published