1.3.3 • Published 5 years ago

@hackthevalley/sdk v1.3.3

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

Hack the Valley JavaScript SDK

Interested in building with Hack the Valley API? Download our JS SDK to get started!

$ npm install @hackthevalley/sdk --save

Once you have installed the SDK, import it by simply typing:

import htv from '@hackthevalley/sdk';

You can find the API reference here: https://hackthevalley.github.io/js_sdk/.

Contributing

Feel free to contribute to this repository, there isn't really any style guidelines, once you read through the codebase everything should be very self-explanatory.

Note that we use Flow to do static type checking, you can manually run npm test to check types. There is also a pre-commit hook where we automatically checks the typing for you.

Deployment

To deploy a new version of the documentation, run

$ npm run deploy-doc

To deploy a new version to NPM, run

$ npm run deploy:(patch|minor|major)
1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.11

5 years ago