Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

eggplantPrince/tootyFruity

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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