1.1.0 • Published 4 years ago

tyfon-js v1.1.0

Weekly downloads
17
License
ISC
Repository
github
Last release
4 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

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.20

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago