Skip to content

an interactive map with train information using NS APIs

Notifications You must be signed in to change notification settings

MartMonster/TrainInfoMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run (Docker)

add a keys.json file in the front-end directory, and add the following code:

{
    "keys": [{
        "name": "NS",
        "key": "{API Key}"
    }]
}

Where {API Key} needs to be replaced with an actual API Key.

Then run the docker-compose file

How to run (Windows)

add a keys.json file in the front-end directory, and add the following code:

{
    "keys": [{
        "name": "NS",
        "key": "{API Key}"
    }]
}

Where {API Key} needs to be replaced with an actual API Key.

Then run nginx.exe in the nginx-1.21.6 directory. When changes are made to the config files and you want to see the changes, run the following command in the nginx-1.21.6 directory: .\nginx.exe -s reload

About

an interactive map with train information using NS APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published