-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from featureflow/FLOW-907-remove-use-f-default…
…Rule Flow 907 remove use of default rule
- Loading branch information
Showing
6 changed files
with
925 additions
and
4,109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,4 +66,6 @@ typings/ | |
# dotenv environment variables file | ||
.env | ||
|
||
.idea | ||
dist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# featureflow-node-sdk | ||
|
||
[![][npm-img]][npm-url] | ||
|
||
[![Featureflow](https://circleci.com/gh/featureflow/featureflow-node-sdk.svg?style=svg)](https://circleci.com/gh/featureflow/featureflow-node-sdk) | ||
|
||
[![][dependency-img]][dependency-url] | ||
|
||
> Featureflow Node SDK | ||
Get your Featureflow account at [featureflow.io](http://www.featureflow.io) | ||
|
||
# Contributor Guidelines | ||
|
||
Featureflow SDKs are open source and we welcome contributions from all developers. | ||
|
||
|
||
## Building | ||
|
||
``` | ||
yarn install # install dependencies | ||
yarn build # build the SDK | ||
yarn test # run tests including cucumber | ||
``` | ||
## License | ||
|
||
Apache-2.0 | ||
|
||
[npm-url]: https://nodei.co/npm/featureflow-node-sdk | ||
[npm-img]: https://nodei.co/npm/featureflow-node-sdk.png | ||
|
||
[dependency-url]: https://www.featureflow.io | ||
[dependency-img]: https://www.featureflow.io/wp-content/uploads/2016/12/featureflow-web.png |
Oops, something went wrong.