Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 276 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 276 Bytes

ERPNextPopup

A Simple Library to create a lead in ERPNext

Usage

import { ERPNextPopup } from 'erpnextpopup'

const app = new ERPNextPopup('popup', 'apiKey', 'apiSecret', 'http://localhost:8080')

app.addContact('lead@erp.com', 'Sr. Lead', 'Grynn Advanced')