Skip to content

Mova is a utility for pointing out the common issues with i-Ready.

Notifications You must be signed in to change notification settings

legitDarian/Mova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mova

What is Mova?

Mova is a utility for pointing out the common issues with i-Ready.

Features

  • Lesson Skipper: Allows you to instantly skip through an entire lesson with a custom score.
  • Minute Farmer: Allows you to obtain minutes without actually having to actively do the lesson.

How to use Mova?

  1. Download the latest Mova release from here.
  2. Create a new bookmark.
  3. Open the Mova bundle (the file that you just downloaded) in a text editor and copy all of it's contents.
  4. In the URL field, paste in the code that you just copied.
  5. Save the bookmark.
  6. Visit i-Ready and click the bookmark and the Mova UI should appear.

Note: If the bookmark bar is not showing, press Ctrl + Shift + B.

Build Instructions

To build Mova, follow these instructions:

Dependencies

Build

  1. Clone the repository:
git clone https://github.com/legitDarian/Mova.git
cd Mova
  1. Install dependencies:
npm install
  1. Build the project:
npm run build

Once the build process finishes, the bundled Mova JS file will be at dist/MovaReady.bundle.js