Updated to version 0.2.0
This commit is contained in:
@@ -25,7 +25,8 @@ If you have everything listed in [requirements](#requirements), then let's begin
|
||||
```py
|
||||
import pyrmv
|
||||
|
||||
accessId = "Something" # Set API key
|
||||
# Set API key
|
||||
accessId = "Something"
|
||||
|
||||
# Get origin's and destination's location
|
||||
origin = pyrmv.raw.stop_by_name(accessid, "Frankfurt Hauptbahnhof", maxNo=3)[0]["StopLocation"]
|
||||
|
Reference in New Issue
Block a user