0.4.3 • Published 3 years ago

osrs-quest-tool v0.4.3

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

Old School Runescape Quest Tool

A Node Package to provide data for all current old school runescape quests. Creating tools to help junior software developers build things they are passionate about. Work in progress and issues should be reported to cerniglj1@hawkmail.newpaltz.edu or jamesmcerniglia@gmail.com or reported under the issues tab on gituhb.

Installation

npm i osrs-quest-tool
SyntaxDescriptionType
new QuestTool()constructor for QuestTool class.Class Constructor
questObject()function that returns an object of quest array keys.Function ()
questArray()function that returns an array of alphabetically ordered quests.Function ()
questObjectan object of quest array keys.Object { }
questArrayan array of alphabetically ordered quests.Array

Example Javascript

import { QuestTool, questArray, questObject } from "osrs-quest-tool";
var tool = new QuestTool();
this.questArray = questArray();
this.questData = questObject();
console.log(this.questData);
console.log(this.questArray);

Notes

Recipe for disaster is a work in progress!

TODO

  • Implement recursive function for determining quest completion
  • Implement quest completion array
  • Implement questArray and questObject objects instead of functions
0.4.3

3 years ago

0.4.2

3 years ago

0.4.0

3 years ago

0.3.8

3 years ago

0.3.0

3 years ago

0.2.8

3 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.7

4 years ago

0.1.67

4 years ago

0.1.65

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago