0.1.1 • Published 6 years ago

triggered-module-api v0.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 years ago

Module de generation d'images de l'API triggered-api

Installation

$ npm install triggered-module-api

Exemple GET generate

const TRIGGEREDAPI = require("triggered-module-api");
const triggeredapi = new TRIGGEREDAPI("api token");
 
triggeredapi.generate("type image", "url image").then(url => { console.log(url) })

Exemple GET

const TRIGGEREDAPI = require("triggered-module-api");
const triggeredapi = new TRIGGEREDAPI("api token");
 
triggeredapi.get("type image").then(url => { console.log(url) })

Liste des images

===Generate===
[
'triggered', 
'illuminati', 
'invert', 
'convmatrix', 
'tobecontinued', 
'wasted', 
'beautiful', 
'blood', 
'bob', 
'magik'
]
===Images===
[
'pat', 
'hug', 
'kiss', 
'slap'
]
0.1.1

6 years ago

0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago