Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/denoland/deno/main/cli/schemas/config-file.v1.json",
"name": "@webjam/tools",
"version": "1.32.34",
"version": "1.32.35",
"exports": "./src/uptime/cron.ts",
"tasks": {
"sheet-music:generate": "deno run --allow-read --allow-write src/sheet-music/generate_docx.ts",
Expand Down
22 changes: 22 additions & 0 deletions src/book-gig/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,16 +259,25 @@ export const METRO_SURROUNDING: Record<string, string[]> = {
"Christiansburg",
"Radford",
"Floyd",
"Pembroke",
"Pulaski",
"Giles",
],
"blacksburg": [
"Christiansburg",
"Radford",
"Floyd",
"Pembroke",
"Pulaski",
"Giles",
],
"christiansburg": [
"Blacksburg",
"Radford",
"Floyd",
"Pembroke",
"Pulaski",
"Giles",
],
"martinsville": [
"Bassett",
Expand All @@ -277,6 +286,9 @@ export const METRO_SURROUNDING: Record<string, string[]> = {
"Stuart",
"Stanleytown",
"Rocky Mount",
"Axton",
"Ridgeway",
"Fieldale",
],
"roanoke-salem": [
"Vinton",
Expand All @@ -289,6 +301,8 @@ export const METRO_SURROUNDING: Record<string, string[]> = {
"Catawba",
"Natural Bridge",
"Moneta",
"Wirtz",
"Huddleston",
],
"roanoke": [
"Vinton",
Expand All @@ -301,6 +315,8 @@ export const METRO_SURROUNDING: Record<string, string[]> = {
"Catawba",
"Natural Bridge",
"Moneta",
"Wirtz",
"Huddleston",
],
"salem": [
"Vinton",
Expand All @@ -313,6 +329,8 @@ export const METRO_SURROUNDING: Record<string, string[]> = {
"Catawba",
"Natural Bridge",
"Moneta",
"Wirtz",
"Huddleston",
],
"charlottesville": [
"Crozet",
Expand Down Expand Up @@ -426,6 +444,8 @@ export const KNOWN_METROS: Record<
"24153",
],
},
"wirtz": { slug: "roanoke-salem", city: "Wirtz", state: "VA", zips: ["24184"] },
"huddleston": { slug: "roanoke-salem", city: "Huddleston", state: "VA", zips: ["24104"] },
"lynchburg": {
slug: "lynchburg",
city: "Lynchburg",
Expand Down Expand Up @@ -457,6 +477,8 @@ export const KNOWN_METROS: Record<
zips: ["24141", "24142", "24143"],
},
"floyd": { slug: "blacksburg-christiansburg", city: "Floyd", state: "VA", zips: ["24091"] },
"pembroke": { slug: "blacksburg-christiansburg", city: "Pembroke", state: "VA", zips: ["24136"] },
"pulaski": { slug: "blacksburg-christiansburg", city: "Pulaski", state: "VA", zips: ["24301"] },
"blacksburg-christiansburg": {
slug: "blacksburg-christiansburg",
city: "Blacksburg",
Expand Down