zeus-runtime-parser

1.0.1 • Public • Published

Zeus-Runtime-Parser

A node module to parse the GameMaker Studio runtime RSS feed and get the latest runtime.

CLI Usage

runtime # Get the latest runtime from the public channel
runtime -u "http://gms.yoyogames.com/Zeus-Runtime-NuBeta.rss" # Get the latest runtime from the beta channel

Module Usage

import getLastRuntimeFromFeed from 'zeus-runtime-parser';

const feedUrl = 'http://gms.yoyogames.com/Zeus-Runtime-NuBeta.rss';
const latest = await getLastRuntimeFromFeed(feedUrl);

Readme

Keywords

Package Sidebar

Install

npm i zeus-runtime-parser

Weekly Downloads

10

Version

1.0.1

License

MIT

Unpacked Size

7.53 kB

Total Files

15

Last publish

Collaborators

  • bscotchshi