1.0.1 • Published 4 years ago

@lessify/sdk v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Lessify Node

Integration of Lessify API with Node Projects.

// configuration
export const lessify: Lessify = new Lessify({
  spaceId: 'your-space-id', 
  environment: 'master',
  apiKey: 'your-api-key'
})
//get translations
lessify.translation.get(lang)
//get configurations
lessify.configuration.get()

NPM Publish

npm init --scope=lessify npm run build npm publish --access public dist

1.0.1

4 years ago

1.0.0

4 years ago