Deutsche Bahn API Server
- MongoDB
- Node.js
- Command Line Tools
Mac OS X: Xcode (or OS X 10.9 Mavericks:
xcode-select --install
)Windows: Visual Studio
Ubuntu /
Linux Mint:
sudo apt-get install build-essential
Fedora:
sudo dnf groupinstall "Development Tools"
OpenSUSE:
sudo zypper install --type pattern devel_basis
Than you only have to execute:
npm install
and also nodemon
npm -g nodemon
At first you have to start mongodb
mongod
After that you can start the node project himself
npm start
Now you can view your page
To parse the data you can enter the parse pages:
And the documentation for the api calls you view at: