Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 729 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 729 Bytes

Oireachtas Open Data GraphQL API

An unofficial GraphQL proxy for the Houses of the Oireachtas Open Data APIs.

Live Demo

You can try out the API by using the live demo GraphQL playground.

Getting Started

Prerequisites

  • Node.js >= 10

Running a local development server

git clone https://github.com/tewson/oireachtas-graphql

cd oireachtas-graphql

npm install

npm run dev

Contributing

Please feel free to suggest an improvement or file a bug report by creating an issue.

If you'd like to contribute code, check out the contributing guidelines.