0.4.3 • Published 4 years ago
osrs-quest-tool v0.4.3
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
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
4 years ago
0.4.2
4 years ago
0.4.0
4 years ago
0.3.8
4 years ago
0.3.0
4 years ago
0.2.8
4 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
5 years ago
0.2.0
5 years ago
0.1.7
5 years ago
0.1.67
5 years ago
0.1.65
5 years ago
0.1.6
5 years ago
0.1.4
5 years ago
0.1.3
5 years ago