React Credit Cards

A slick credit card component for React. Install Usage Don’t forget to import the react-credit-cards/lib/styles.scss if you are using SASS in your project.Or you can import the CSS:import ‘react-credit-cards/es/styles-compiled.css’; Features We support all credit card issuers available in Payment plus Hipercard (a brazilian credit card). Props name {string}: Name on card. * number {string|number}: Card number. * expiry {string|number}: Card expiry date. 10/20 or 012017 * …

A full stack for bitcoin and blockchain-based applications https://bitcore.io/

Bitcore Infrastructure to build Bitcoin and blockchain-based applications for the next generation of financial technology. Getting Started Requirements Trusted P2P Peer MongoDB Server >= v3.4 Checkout the repo git clone git@github.com:bitpay/bitcore.git git checkout master npm install Setup Guide 1. Setup Bitcore config Example bitcore.config.json 2. Setup Bitcoin Node Example Bitcoin Mainnet Config 3. Run Bitcoin …

node-rate-limiter-flexible

rate-limiter-flexible limits number of actions by key and protects from DDoS and brute force attacks at any scale. It works with Redis, process Memory, Cluster or PM2, Memcached, MongoDB, MySQL, PostgreSQL and allows to control requests rate in single process or distributed environment. Atomic increments. All operations in memory or distributed environment use atomic increments against race conditions. Fast. Average request takes 0.7ms in Cluster and 2.5ms in Distributed application. See benchmarks. Flexible. Combine …

Buy Cryptocurrency with Credit/Debit

Use your favorite payment methods to buy cryptocurrency! We currently support Visa, Mastercard, ApplePay and more for buying crypto! And you can sell your crypto for fiat through Paypal! https://www.carbon.money/ Welcome to Carbon! You can use our REST JSON API to access Carbon endpoints, which can buy, sell and swap any cryptocurrency. Sign up to start using …

A JavaScript API for interacting with the XRP Ledger in Node.js and the browser – ripple-lib

A JavaScript API for interacting with the XRP Ledger. Features Connect to a rippled server from Node.js or a web browser Helpers for creating requests and parsing responses for the rippled API Listen to events on the XRP Ledger (transactions, ledger, validations, etc.) Sign and submit transactions to the XRP Ledger Type definitions for TypeScript Requirements Node v10 is …

International phone number input for React.

Install If you’re not using a bundler then use a standalone version from a CDN. Use The component requires two properties to be passed: value and onChange(value). import ‘react-phone-number-input/style.css’import PhoneInput from ‘react-phone-number-input’ return (  <PhoneInput    placeholder=”Enter phone number”    value={ this.state.phone }    onChange={ phone => this.setState({ phone }) } />) value will be the parsed phone number, e.g. if a user chooses “United States” and enters (213) 373-4253 then value will be +12133734253. See the list of all available props for <PhoneInput/>. All other properties are passed through to the phone …

rc-slider : Powerful Slider UI component for React

Features Supports IE9, IE9+, Chrome, Firefox & Safari Install npm install –save rc-slider Example Online examples: http://react-component.github.io/slider/ Test Case http://localhost:8005/tests/runner.html?coverage Coverage http://localhost:8005/node_modules/rc-server/node_modules/node-jscover/lib/front-end/jscoverage.html?w=http://localhost:8088/tests/runner.html?coverage Common API The following APIs are shared by Slider and Range. Slider and Range

The easiest way to use financial data

Build and scale financial applications faster on IEX Cloud IEX Cloud is a financial data infrastructure platform that connects developers and financial data creators. IEX Cloud is a platform that makes financial data and services accessible to everyone. API Reference The IEX Cloud API is based on REST, has resource-oriented URLs, returns JSON-encoded responses, and …

Multer S3 – Streaming multer storage engine for AWS S3.

This project is mostly an integration piece for existing code samples from Multer’s storage engine documentation with s3fs as the substitution piece for file system. Existing solutions I found required buffering the multipart uploads into the actual filesystem which is difficult to scale. Installation npm install –save multer-s3 Usage The optional cacheControl option sets the Cache-Control HTTP header that will be sent if you’re serving the …