Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 377 Bytes

File metadata and controls

22 lines (15 loc) · 377 Bytes

nitc_automation

Code for automating NITC submissions from SES Login in this example.

I run it with a bash script to get the evn up

#!/bin/bash

export BEACON_USERNAME=foo
export BEACON_PASSWORD=bar
export SESLOGIN_USER=cant tell you this
export SESLOGIN_PASS=or this
export SESLOGIN_DB=dbname 
export BEACON_NITCID=123456

node main.js

License

MIT