Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Add a javascript library that use only modern WEB apis and a website wrapper #64

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ curl https://fonoapi.freshpixl.com/v1/getdevice -XPOST -H 'Accept: application/j

###### jQuery
Library is here : https://github.com/shakee93/fonoapi/tree/master/fonoapi-js

###### Javascript WEB apis (no JQuery)
Library is here: https://github.com/luckv/fonoapi-client-noJquery

###### Nodejs
Library is here : https://github.com/mtrung/fonoapi/tree/master/fonoapi-nodejs
Expand All @@ -115,6 +118,8 @@ curl https://fonoapi.freshpixl.com/v1/getdevice -XPOST -H 'Accept: application/j
###### Java
Library is here : https://github.com/aafanasev/fonoapi-client

###### Website wrapper around API
https://luckv.github.io/fonoapi-explorer
------

##### Result Set Structure
Expand Down