1.0.1 • Published 2 years ago

zeus-runtime-parser v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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);