Skip to content

Commit 9cefe86

Browse files
committed
Merge branch 'add/swain'
2 parents 237a644 + 1163d92 commit 9cefe86

4 files changed

Lines changed: 2137 additions & 0 deletions

File tree

lib/resorts/swain/index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export default {
2+
// trail tables share the same widget - anchor on the Ski Lifts heading
3+
selector: 'h3:contains(Ski Lifts) + div table tr:has(td)',
4+
parse: {
5+
name: '0',
6+
status: '1/0'
7+
}
8+
};

lib/resorts/swain/resort.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "Swain",
3+
"url": {
4+
"host": "https://swain.com",
5+
"pathname": "/trail-report/"
6+
},
7+
"tags": [
8+
"New York"
9+
],
10+
"ll": [
11+
-77.8586,
12+
42.4773
13+
],
14+
"twitter": "SwainResort",
15+
"noaa": "BUF/72,32"
16+
}

0 commit comments

Comments
 (0)