-
HTTP API for HVV-rest: Public transportation in Hamburg
资源介绍
休息
hvv-rest是一种公共交通REST API ,是的干净替代方案。 它部署在 。
安装和运行
hvv-rest期望服务器在127.0.0.1:6379 (默认端口)上运行,但是您可以设置REDIS_URL环境变量来更改此设置。
通过Docker
Docker映像 。
docker run -d -p 3000:3000 derhuerst/hvv-rest:5
注意: Docker映像不包含Redis服务器。
手动地
git clone https://github.com/derhuerst/hvv-rest.git
cd hvv-rest
git checkout 5
npm install --production
redis-server &
npm start
为了保持API永久运行,使用的工具,像 , pm2或systemd 。
相关项目
db-rest –干