This project reads data from transport.opendata.ch and exposes a GraphQL API.
cd odc-server
yarn
or npm install
yarn start
or npm run start
to start the server
The server is now running on localhost:3000
cd odc-app
yarn
or npm install
yarn dev
or npm run dev
to start the local development server
yarn start
or npm run start
to start the build process
The development server is now running on localhost:1234
- The opendata.ch api doesn't seem to be able to filter by type. It correctly forwards the request but the result isn't actually filtered.