0.1.11 • Published 6 years ago

@scranthdaddy/scranthapp-node-client v0.1.11

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

0.1.10

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago