Skip to content

dpanchenko/semantic-publisher

Repository files navigation

Example

Environment

Node >= 8.4

Configuration

export PORT=8080
export DEBUG=semantic-service*
export GIT_REPO_WATCH_BRANCH=master
export MQTT_URL=tcp://localhost:1883
export MQTT_CHANNEL=github:webhook:test

Start

  • Clone or download this repository
git clone [email protected]:tripseecom/booking-flight-service.git
  • Enter your local directory, and install dependencies:
npm i

Commands

# run server in development mode
npm run dev
# build documentation
npm run doc
# run linter
npm run lint
# run tests
npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published