Skip to content

Commit

Permalink
import readline, mandates, cities
Browse files Browse the repository at this point in the history
  • Loading branch information
brittktrinh committed Jul 26, 2023
1 parent a34c68c commit 444d736
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
7 changes: 7 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"lint": "prettier --check . && eslint ."
},
"devDependencies": {
"@types/node": "^20.4.5",
"prettier": "3.0.0",
"typescript": "^5.1.6"
}
Expand Down
12 changes: 11 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
console.log("hello world");
/*
index.ts
Javascript i/o interactive
*/
const readline = require("readline");

const MANDATES_CSV =
"https://raw.githubusercontent.com/ParkingReformNetwork/mandates-map/main/map/trimmed_map_data.csv";
const CITIES_JSON =
"https://raw.githubusercontent.com/ParkingReformNetwork/parking-lot-map/main/data/score-cards.json";

0 comments on commit 444d736

Please sign in to comment.