Skip to content

Linschlager/opendata-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenData Client

This project reads data from transport.opendata.ch and exposes a GraphQL API.

Getting started

Server

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

React App

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

Known Bugs

  • 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.

About

Reads data from the opendata.ch API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published