Giter VIP home page Giter VIP logo

ironweb's Introduction

IronCore Labs JavaScript SDK

Build Status NPM Version

SDK for using IronCore from your browser-based JavaScript application. Read our documentation for further information about how to integrate this library into your client side application.

Installation

npm install @ironcorelabs/ironweb

Quickstart

Three quick-starts are available on the documentation site. These quick-starts will guide you through getting started with the IronWeb SDK in either a vanilla JS, React , or Angular codebase.

Types

This library contains a TypeScript definitions file which shows the available classes and methods for this SDK.

Local Development

Unit Testing and Linting

This repo uses NPM scripts in order to run all tests and linting. You can run both the unit tests and linting together by running yarn test.

Linting

TSLint and ESLint are used to run linting on all source code. In addition this repo has a Prettier configuration to auto-format source code upon save. Prettier should be configured within your IDE before contributing to this project.

yarn run lint

Unit Testing

This repo uses Karma and Jasmine for all unit testing. The unit tests are run using a headless version of Chrome to verify that all tests work in a browser-based environment.

yarn run unit

To run a subset of the tests you can use the -t option of Jest to only run tests whose name matches the provided value

yarn run unit --filter GroupCrypto

This library also has minimums for unit test code coverage in order to pass. These coverage minimums are configured within the karma.conf.js file and determine what the minimum % of code coverage is for various metrics before the unit tests will pass.

Copyright (c) 2017-present IronCore Labs, Inc. All rights reserved.

ironweb's People

Contributors

coltfred avatar dependabot[bot] avatar ernieturner avatar skeet70 avatar toniaschlick avatar zmre avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.