BinghamtonBetterBus-v2/.vscode/cspell.json
Levi Lesches dc9a3b0e1d
Function client to send GET /path to server (#4)
* Created default project

* Added client to .vscode/launch.json

* Ignore .vscode/settings.json

* Some data scraping

* Client skeleton

* Client data types and fromJson() functions

* Final touches on JSON

* Added ApiService

* ApiService changes

* Prototype for stops

* ViewModel and UI

* Basic client UI
2025-04-02 15:39:57 -04:00

14 lines
233 B
JSON

{
"version": "0.2",
"ignorePaths": [
"src/client/data/**"
],
"dictionaryDefinitions": [],
"dictionaries": [],
"words": [
"dotw",
"Occt"
],
"ignoreWords": [],
"import": []
}