Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Latest commit

 

History

History
44 lines (30 loc) · 843 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 843 Bytes

twisto-node-api

Implémentation de l'API Twisto pour NodeJs

Version stable : 0.1.0

Utilisation

Installation avec npm :

npm install --save twisto-node-api

Installation avec bower :

ToDo

Puis instancier la classe Twisto.

// es5
var Twisto = require('twisto-node-api');

var twst = new Twisto();

// es6
import Twisto from 'twisto-node-api';

const twst = new Twisto();

API

Les méthodes retournent une Promise il est donc possible de les chaîner.

View online documentation => zevran.github.io/twisto-node-api

ToDo

  • Publish first pre-release
  • Improve documentation
  • Implement unit testing

Credits

Merci à @outadoc pour ce précieux gist