factojs
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-alpha.2 • Public • Published

Facto for JavaScript

Build Status Coverage Status npm version Join the chat at https://gitter.im/Reactive-Extensions/RxJS

Selenium Test Status

Installation and Usage

ES6 via npm

npm install facto

To import only what you need by patching (this is useful for size-sensitive bundling):

import { Facto } from 'facto';

const apiKey = 'abc';
const facto = new Facto(apiKey);

CommonJS via npm

To install this library for CommonJS (CJS) usage, use the following command:

npm install facto
const { Facto } = require('facto');

const apiKey = 'abc';
const facto = new Facto(apiKey);

Building/Testing

  • npm run build - build
  • npm test - runs tests

License

MIT License

Readme

Keywords

Package Sidebar

Install

npm i factojs

Weekly Downloads

1

Version

1.0.0-alpha.2

License

MIT

Unpacked Size

25 kB

Total Files

17

Last publish

Collaborators

  • schalk