1.1.0 • Published 2 years ago

tyfon-js v1.1.0

Weekly downloads
17
License
ISC
Repository
github
Last release
2 years ago

Getting started

Prima di procedere assicurati di aver installato l'ultima versione di NodeJS e npm

Install dependencies

Open the project folder and install it's dependencies. You can use any package manager you want. We recommend npm.

cd app
npm install tyfon-js

Docs

docs.tyfon.io

Usage

var tyfon = require('tyfonjs'),
express = require('express'),
router = express.Router()

router.get('/api-call', (req, res) => {
  tyfon.auth()
  .then((resolved) => {
    // do-something with resolved object
  })
  .catch((err) => {
    // err handling
  })
});

module.exports = router

REACT_APP_GRANT_TYPE= REACT_APP_API_KEY= REACT_APP_APP_ID= REACT_APP_CLIENT_ID= REACT_APP_CLIENT_SECRET=

1.1.0

2 years ago

1.0.23

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.20

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago