fin-client

1.1.3 • Public • Published

fin-client

Universal HTTP client for Fin.

NPM Build Status JavaScript Style Guide

Install

npm install fin-client

Usage

const FinClient = require('fin-client')
const client = new FinClient()
 
const username = 'example'
const password = 'password'
 
await client.signin({ username, password })

Related

  • fin - Fin is the easiest way to launch your own SaaS.
  • fts - TypeScript standard for rock solid serverless functions.

License

MIT © Travis Fischer

Package Sidebar

Install

npm i fin-client

Weekly Downloads

3

Version

1.1.3

License

MIT

Unpacked Size

9.32 kB

Total Files

3

Last publish

Collaborators

  • fisch0920