Introduction

Current Github Action build status.arrow-up-right Package dependancy status.arrow-up-right Total downloads.arrow-up-right npm package version.arrow-up-right Released under the MIT license.arrow-up-right

runescape-api is an open-source wrapper, written in Node.jsarrow-up-right, that allows interaction with the various APIs available for the popular MMORPG RuneScapearrow-up-right.

circle-info

Requests are made using the Gotarrow-up-right library and will not work in a browser. This was a conscious decision resulting from the limitation that the APIs Jagex expose do not allow CORS so browsers would just block the request. You'd need to use a server as a proxy still.

Installation

npm install runescape-api
# OR
yarn add runescape-api

Usage

The implementation offers functionality to interact with the following:

More, detailed examples can be provided on the respective documentation pages, a complete summary of the documentation pages can be found on the GitHub Repositoryarrow-up-right.

Last updated