Skip to content

ondrejnedoma/hejpanel-departures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hejpanel-departures

The public transport departures backend component for K0stka/HejPanel

Consuming the API

A public instance is hosted on hejpanel-departures.102.nedomovi.net.

Self-hosting

Using node and pm2:

git clone https://github.com/ondrejnedoma/hejpanel-departures
cd hejpanel-departures
npm i
npm i -g pm2
pm2 start index.js --name hejpanel-departures -- -p 3000 # The port is optional and defaults to 42069 if unspecified
pm2 startup && pm2 save # Ensure that processes start again after a system reboot

About

The departures backend for K0stka/HejPanel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published