Skip to content

TootyFruity is an Ionic 2 app to access Mastodon and other instances on the go! (iOS and Android)

License

Notifications You must be signed in to change notification settings

satnami/tootyFruity

 
 

Repository files navigation

tootyFruity

TootyFruity is an Ionic 2 app to access Mastodon and other instances on the go! (iOS and Android)

It's currently in open beta for android and available thru TestFlight for iOS users.

Get TootyFruity for Android

Get TootyFruity for iOS

alt tag

alt tag

How to build

You have to have Ionic 2, Cordova, and NPM installed on your machine.

  1. Clone git repo
  2. Start terminal and cd into the folder
  3. do npm install
  4. Go to src/assets
  5. Create an auth.ts file with the class name MastodonCredentials
  6. Get you redirect_uri, client_id and client_secret and assign them to variables in that class
  7. Now save that file and go back to terminal
  8. Do ionic serve. This should start the application thru localhost. If there's a new browser tab displaying the TootyFruity welocme screen, you are almost done!
  9.  Now ionic state restore
  10. The application should be ready to add platforms. Look up the ionic add platform command and choose your OS
  11. To start the application thru an emulator enter ionic run ios or ionic run android (You may have to create a android emulator thru android studio)

About

TootyFruity is an Ionic 2 app to access Mastodon and other instances on the go! (iOS and Android)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 64.4%
  • HTML 18.6%
  • CSS 16.0%
  • JavaScript 1.0%