https://github.com/2003scape/rsc-news-archives
📰 archived news posts from jagex for runescape classic
https://github.com/2003scape/rsc-news-archives
archive json markdown news rsps runescape sql wiki
Last synced: 11 months ago
JSON representation
📰 archived news posts from jagex for runescape classic
- Host: GitHub
- URL: https://github.com/2003scape/rsc-news-archives
- Owner: 2003scape
- License: cc-by-sa-4.0
- Created: 2020-12-22T17:05:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-11T11:31:53.000Z (about 5 years ago)
- Last Synced: 2025-03-29T12:51:21.619Z (12 months ago)
- Topics: archive, json, markdown, news, rsps, runescape, sql, wiki
- Language: JavaScript
- Homepage:
- Size: 934 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# rsc-news-archives
archived news posts from jagex for runescape classic. sourced from
[the runescape classic wiki](https://classic.runescape.wiki/w/Updates) and
[runescape.com](https://secure.runescape.com/m=news/list) and converted to
markdown (with HTML).

## install
$ npm install @2003scape/rsc-news-archives
## news
```javascript
[
{
body: '...',
category: 0, // see below
date: 973836000,
title: '...'
}
]
```
## categories
```javascript
const CATEGORY_IDS = {
GAME_UPDATES: 0,
WEBSITE: 1,
CUSTOMER_SUPPORT: 2,
TECHNICAL: 3,
COMMUNITY: 4,
BEHIND_THE_SCENES: 5,
POLLS: 6
}
```
## license
CC-BY-SA-4.0 https://creativecommons.org/licenses/by-sa/4.0/legalcode