0.1.11 • Published 5 years ago

@scranthdaddy/scranthapp-node-client v0.1.11

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

scranthapp-node-client

Scranthapp Node client

Setup
# clone repo
git clone https://github.com/scranthdaddy/scranthapp-node-client.git

# install node
nvm install 10.15.3

# install yarn
brew install yarn

# install dependencies
yarn install

# set .env file in consuming code with the following
SCRANTHAPP_APP_ID=...
SCRANTHAPP_API_KEY=...
SCRANTHAPP_API_URL... (optional)

SCRANTHAPP_LOG_LEVEL=info (optional)
Use
# golden
npm run golden

# release to npm
<bump version in package.json>
npm login
npm publish

License

The MIT License

0.1.11

5 years ago

0.1.10

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago