0.0.1 • Published 6 years ago

codepening v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

codepening

!@$%^&%$@

Usage:

const token = await login({
  account: 'xxxxx@xmail.com',
  password: 'xxxxxxxxxxxxxx'
})
const save = saveNeedToken(token)
const result = await save({
  title: 'helloworld',
  html: '<div>helloworld!</div>'
})
0.0.1

6 years ago