Node package for Blip API
npm install @dawntech/blip-toolssh
npm install @dawntech/blip-tools
`Usage
`javascript
import Blip from '@dawntech/blip-tools';// Example usage
const blip = new Blip();
blip.someMethod();
`Development
- npm run build: Build the project.
- npm run lint: Lint the project.
- npm publish`: Publish the package to NPM.