Skip to content

e8l/LibYoJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibYoJS

What is this?

This is my JavaScript code that calls Yo API.

How to use

  1. load libyo.js or libyo.min.js

  2. call LibYo.getInstance

    var yo = LibYo.getInstance("<api token>");
  3. then call yo or yoAll

    yo.yo("HOGE", "http://example.com/sample.jpg"); // yo with ling
    yo.yoAll();

About

my Yo API wrapper for JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published