Published
Edited
Apr 2, 2019
1 fork
Importers
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
carrier_json = CarrierJSON();
Insert cell
shipper_json = ShipperJSON();
Insert cell
Insert cell
Insert cell
carrier_company = CarrierCompany(carrier_json);
Insert cell
shipper_company = ShipperCompany(shipper_json);
Insert cell
Insert cell
Insert cell
carrier_user = Auth.get(carrier_company.admin)
Insert cell
shipper_user = Auth.get(shipper_company.admin)
Insert cell
Insert cell
Insert cell
carrier_user && Auth.login(carrier_json.email.toLowerCase(), carrier_json.password)
Insert cell
Insert cell
carrier_user && Auth.login(carrier_json.email, carrier_json.password)
Insert cell
Insert cell
carrier_login = carrier_user && Auth.login(carrier_json.email.toLowerCase(), carrier_json.password)
Insert cell
carrier_token = carrier_login.token
Insert cell
shipper_login = shipper_user && Auth.login(shipper_json.email.toLowerCase(), shipper_json.password)
Insert cell
shipper_token = shipper_login.token
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more