Launch Week Day 3: Introducing Organization Notifications in Socket.Learn More
Socket
Book a DemoSign in
Socket

@sylchi/runescape-api

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sylchi/runescape-api

Simple api wrapper for runescape api

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
5
-16.67%
Maintainers
1
Weekly downloads
 
Created
Source

Runescape api

This is simple wrapper on runescape api. You can get more information from here: https://runescape.wiki/w/Application_programming_interface

Installation

yarn add @sylchi/runescape-api

Usage

  const { hiScores } = require('@sylchi/runescape-api');
	
	hiScores('osrs', 'playername').then(data => console.log(data));

Currently only hiscores for skills are supported. First parameter can either be osrs or rs3

FAQs

Package last updated on 17 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts