We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 237a644 + 1163d92 commit 9cefe86Copy full SHA for 9cefe86
4 files changed
lib/resorts/swain/index.js
@@ -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
@@ -0,0 +1,16 @@
+{
+ "name": "Swain",
+ "url": {
+ "host": "https://swain.com",
+ "pathname": "/trail-report/"
+ },
+ "tags": [
+ "New York"
9
+ ],
10
+ "ll": [
11
+ -77.8586,
12
+ 42.4773
13
14
+ "twitter": "SwainResort",
15
+ "noaa": "BUF/72,32"
16
+}
0 commit comments