Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ChronSyn committed Jan 14, 2020
0 parents commit 54dca49
Show file tree
Hide file tree
Showing 15 changed files with 2,027 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# TSOpenLDB
A typescript library for interacting with the UK National Rail OpenLDBSV (staff) web service


##### Usage Example

const X = new TSOpenLDB({apiKey: "YOUR_API_KEY_HERE"});
X.GetFastestDeparturesWithDetails({crs: "LDS", filterList: ["WOM", "ELR"], services: EServices.P, time: new Date().toISOString()});
27 changes: 27 additions & 0 deletions build/constants.js

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

1 change: 1 addition & 0 deletions build/constants.js.map

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

366 changes: 366 additions & 0 deletions build/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/index.js.map

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

Loading

0 comments on commit 54dca49

Please sign in to comment.