@wfcd/profile-parser

1.0.2 • Public • Published

profile-parser

Parse warframe profile data into useable javascript objects.

Supported by the Warframe Community Developers Coverage Status Discord semantic-release: angular

Documentation

You can find the documentation here

Installation

$ npm i -S profile-parser

Example usage

import { ProfileParser } from 'profile-parser';

const profileData = await fetch('https://content.warframe.com/dynamic/getProfileViewingData.php?n=${username}');
const user = new ProfileParser(await profileData.text());

console.log(user.profile.displayName);

Readme

Keywords

none

Package Sidebar

Install

npm i @wfcd/profile-parser

Weekly Downloads

10

Version

1.0.2

License

MIT

Unpacked Size

56 kB

Total Files

47

Last publish

Collaborators

  • aliasfalse