Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 682 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 682 Bytes

Description

Module to synchronise your rotas with Birdie.

Installation

$ npm install

Setup

Copy the .env.default file to a .env file and fill in the credentials provided by us (API_HOST, BIRDIE_CLIENT_ID and BIRDIE_CLIENT_SECRET)

Implement the rota fetching

You will need to implement the methods of this class in order to fetch the rota that will be synchronised with Birdie.

Running the synchronisation

$ source .env
$ npm run synchronise

Stay in touch