Skip to content

semantifyit/semantify-api-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

semantify.it

Semantify Javascript API Library

What it is?

This library is responsible for communicating with semantify API service using javascript.

Initializing

Just include this script tag in your header.

<script src="./semantify.js"></script>

Javascript Dependencies

This plugin is standalone so it doesn`t depend on any javascript library. But if plugin detects jquery it will use jquery functions instead.

How to use

At first, you need your website API key, which is necessary to start working with this API library. This following code will retrieve the list of annotations from the semantify repository.

    var sem = new SemantifyIt("Syi-T1jeb");
    var annotations = sem.getAnnotationList();
    console.log(annotations);

About

Javascript semantify api library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors