Skip to content

reactorcore/hull-segment

 
 

Repository files navigation

Hull Segment Ship.

Sends Hull data to Segment.

If you want your own instance: Deploy

End-Users: See Readme here

Using :

  • Go to your Hull Dashboard > Ships > Add new
  • Paste the URL for your Heroku deployment, or use ours : https://hull-segment.herokuapp.com/
  • Enter the Segment Write Key
  • Visit the Setup Page (see below)
  • Add your ship to a Platform.

Developing :

  • Fork
  • Install
npm i -g gulp
npm i
npm run start:dev #starts in dev mode with nodemon
npm run test #runs unit tests, lints and checks dependencies
npm run watch #builds client package
npm run build # build
# Checkout package.json for more tasks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.6%
  • HTML 6.9%
  • Shell 0.5%